syncthing/integration/all.sh

8 lines
139 B
Bash
Raw Normal View History

2014-07-11 11:31:16 +02:00
#!/bin/sh
./test-http.sh || exit
./test-merge.sh || exit
./test-delupd.sh || exit
# ./test-folders.sh || exit
2014-07-23 10:51:27 +02:00
./test-reconnect.sh || exit