From 5c583173cd228a729d85d9cf729dfd00aebb3f36 Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@StretchFX.localdomain>
Date: Tue, 11 Dec 2018 16:46:04 -0500
Subject: [PATCH] expose the output sooner as part of cronoutput.txt

---
 qa/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qa/test.sh b/qa/test.sh
index a5f459c59..b463e10d3 100755
--- a/qa/test.sh
+++ b/qa/test.sh
@@ -38,7 +38,7 @@ ln -s test.html index.html
 echo "*** Ready to test!"
 
 echo -n "*** Test starting ... "
-ssh $TARGET_USER@$TARGET_HOST $TARGET_PATH/installer_installer.sh &> output.txt
+ssh $TARGET_USER@$TARGET_HOST $TARGET_PATH/installer_installer.sh 2>&1 | tee output.txt
 echo "test run complete."
 
 echo "*** Creating web output"
-- 
2.11.0