first commit
This commit is contained in:
8
pgserver/vendor/mdanter/ecc/validate_examples.sh
vendored
Normal file
8
pgserver/vendor/mdanter/ecc/validate_examples.sh
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
for i in examples/*.php; do
|
||||
php $i
|
||||
if [ $? != 0 ]; then
|
||||
echo "Error running example code";
|
||||
exit -1
|
||||
fi;
|
||||
done
|
||||
Reference in New Issue
Block a user