typo pour le répertoire de test
This commit is contained in:
parent
0a9f8559c1
commit
bac3f75665
1 changed files with 11 additions and 0 deletions
|
|
@ -1,4 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "\nLaunching every tests"
|
||||
echo "‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾\n"
|
||||
echo "Starting server"
|
||||
echo "‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾"
|
||||
cd ..
|
||||
php -S 192.168.1.152:8080 &
|
||||
server=$!
|
||||
cd test
|
||||
sh login.sh
|
||||
find . -iname "*_*.sh" -type f -exec sh {} \;
|
||||
echo "Stoping server"
|
||||
echo "‾‾‾‾‾‾‾‾‾‾‾‾‾‾"
|
||||
kill $server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue