mirror of
https://github.com/kakwa/uts-server
synced 2024-11-04 17:08:49 +01:00
11 lines
393 B
Bash
Executable File
11 lines
393 B
Bash
Executable File
#!/bin/sh
|
|
|
|
timeout 120 ./uts-server -c tests/cfg/uts-server.cnf -D -p ./uts-server.pid &
|
|
|
|
./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`
|
|
|