syncthing/test/all.sh
2014-09-28 07:55:12 +02:00

9 lines
127 B
Bash
Executable File

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