mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-15 01:34:05 +00:00
92c44c8abe
- Only one .stignore is supported, at the repo root - Negative patterns (!) are supported - Ignore patterns affect sent and received indexes, not only scanning
9 lines
121 B
Bash
Executable File
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
|