syncthing-monitor/integrationtest/test.sh

13 lines
213 B
Bash
Raw Normal View History

2021-01-28 10:56:11 +00:00
sleep 5
echo "test string" > /sync1/testfile
echo /sync1/testfile
echo /sync2/testfile
#if curl web | grep -q '<b>Visits:</b> '; then
# echo "Tests passed!"
# exit 0
#else
# echo "Tests failed!"
# exit 1
#fi