syncthing/integration/all.sh

8 lines
139 B
Bash
Raw Normal View History

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