Modified Nginx test scripts

This commit is contained in:
Joseph Henry 2015-12-06 22:37:23 -08:00
commit afafde2571
15 changed files with 391 additions and 13 deletions

View file

@ -15,14 +15,15 @@ export test_script=_two_party_test.sh
# Iterate over all depth=2 (relatively-speaking) directories and perform each test
find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
echo "*** Testing: '$testdir'..."
rm _results/*.tmp
if [[ $testdir != *$1* ]]
then
continue
fi
echo "*** Testing: '$testdir'..."
rm _results/*.tmp
# Stage scripts
cp $test_script $testdir/$test_script
cd $testdir