mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-24 11:55:40 +00:00
9 lines
127 B
Bash
Executable File
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
|