mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./test-http.sh || exit
|
||
|
./test-merge.sh || exit
|
||
|
./test-delupd.sh || exit
|