syncthing/integration/all.sh
Jakob Borg 92c44c8abe Rework .stignore functionality (fixes #561) (...)
- Only one .stignore is supported, at the repo root
 - Negative patterns (!) are supported
 - Ignore patterns affect sent and received indexes, not only scanning
2014-09-04 22:30:42 +02:00

9 lines
121 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
#go test -tags integration -v
./test-http.sh
./test-merge.sh
./test-delupd.sh