Capture integration test output

This commit is contained in:
Jakob Borg 2014-05-21 15:23:54 +02:00
parent 7c8652b600
commit f31e5eaba2

View File

@ -13,7 +13,7 @@ go build json.go
start() {
echo "Starting..."
for i in 1 2 3 4 ; do
STPROFILER=":909$i" syncthing -home "h$i" &
STPROFILER=":909$i" syncthing -home "h$i" > "$i.out" 2>&1 &
done
}