mirror of
https://github.com/kakwa/uts-server
synced 2024-11-11 12:08:54 +01:00
fix test script for OpenBSD
This commit is contained in:
parent
c0a47be10b
commit
e019d48216
@ -1,14 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
timeout 120 ./uts-server -c tests/cfg/uts-server.cnf -D -p ./uts-server.pid &
|
||||
|
||||
sleep 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`
|
||||
|
||||
if which timeout >/dev/null 2>&1
|
||||
then
|
||||
TO="timeout 120"
|
||||
@ -16,6 +7,15 @@ else
|
||||
TO=""
|
||||
fi
|
||||
|
||||
$TO ./uts-server -c tests/cfg/uts-server.cnf -D -p ./uts-server.pid &
|
||||
|
||||
sleep 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`
|
||||
|
||||
$TO ./uts-server -c tests/cfg/uts-server-ssl.cnf -D -p ./uts-server.pid &
|
||||
|
||||
sleep 1
|
||||
@ -24,4 +24,3 @@ sleep 1
|
||||
./goodies/timestamp-file.sh -i README.rst -u https://localhost:2020 -r -O "-cert" -C '-k' || exit 1
|
||||
|
||||
kill `cat ./uts-server.pid`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user