mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-27 17:08:26 +00:00
8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./test-http.sh || exit
|
|
./test-merge.sh || exit
|
|
./test-delupd.sh || exit
|
|
./test-folders.sh || exit
|
|
./test-reconnect.sh || exit
|