mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Modified Nginx test scripts
This commit is contained in:
parent
1dec034f77
commit
afafde2571
15 changed files with 391 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue