From f31e5eaba2e8c360b4feec657103005aefb80078 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 21 May 2014 15:23:54 +0200 Subject: [PATCH] Capture integration test output --- integration/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test.sh b/integration/test.sh index 3f69d30ec..d48205625 100755 --- a/integration/test.sh +++ b/integration/test.sh @@ -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 }