mirror of
https://github.com/kakwa/uts-server
synced 2024-11-10 19:48:54 +01:00
small improvement on test script
This commit is contained in:
parent
873dc61860
commit
2f4647b801
@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
timeout 20 ./uts-server -c tests/cfg/uts-server.cnf -D &
|
timeout 120 ./uts-server -c tests/cfg/uts-server.cnf -D -p ./uts-server.pid &
|
||||||
|
|
||||||
./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1
|
./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1
|
||||||
./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1
|
./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1
|
||||||
./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1
|
./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert" || exit 1
|
||||||
|
|
||||||
|
kill `cat ./uts-server.pid`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user