This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/integration/all.sh
T
2014-09-04 23:31:22 +02:00

9 lines
120 B
Bash
Executable File

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