syncthing/test/all.sh

8 lines
112 B
Bash
Raw Normal View History

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