1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-01-13 19:23:10 +00:00
syncthing/test/all.sh

9 lines
120 B
Bash
Raw Normal View History

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