syncthing/test/all.sh

9 lines
127 B
Bash
Raw Normal View History

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
2014-07-11 11:31:16 +02:00
2014-09-28 07:55:12 +02:00
go test -tags integration -v -short
./test-http.sh
./test-merge.sh
./test-delupd.sh