From: phasefx <phasefx@StretchFX.localdomain>
Date: Tue, 11 Dec 2018 21:46:04 +0000 (-0500)
Subject: expose the output sooner as part of cronoutput.txt
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5c583173cd228a729d85d9cf729dfd00aebb3f36;p=working%2Frandom.git

expose the output sooner as part of cronoutput.txt
---

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"