Break up test scripts
This commit is contained in:
8
test/startwebserver.sh
Executable file
8
test/startwebserver.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting webserver..."
|
||||
|
||||
until pgrep "$SERVER"; do
|
||||
cd "$SERVER_DIR" && ./$SERVER &
|
||||
sleep 2
|
||||
done
|
||||
Reference in New Issue
Block a user