This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-07-11 11:31:16 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
./test-http.sh || exit
|
|
|
|
|
./test-merge.sh || exit
|
|
|
|
|
./test-delupd.sh || exit
|
2014-07-23 13:03:09 +02:00
|
|
|
# ./test-folders.sh || exit
|
2014-07-23 10:51:27 +02:00
|
|
|
./test-reconnect.sh || exit
|