1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-06 19:17:50 +02:00

fix tests

This commit is contained in:
kakwa 2016-09-10 03:14:02 +02:00
parent 44fc2d9f8d
commit 5735ced73b

View File

@ -2,9 +2,9 @@
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.rst -u http://localhost:2020 -r -O "-cert" || exit 1
./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1
./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1
kill `cat ./uts-server.pid`