Skip to content
Snippets Groups Projects
Unverified Commit c83a03f6 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

test

parent 83379e94
No related branches found
No related tags found
No related merge requests found
test.sh 0 → 100755
#!/bin/bash
python3 ./daemon.py &
D_PID=$!
sleep 10
curl http://127.0.0.1:25503/ | grep '<html>'
[[ $? != 0 ]] && echo 'Failed to curl.' && exit 3
kill -9 $D_PID
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment