expose the output sooner as part of cronoutput.txt
authorphasefx <phasefx@StretchFX.localdomain>
Tue, 11 Dec 2018 21:46:04 +0000 (16:46 -0500)
committerphasefx <phasefx@StretchFX.localdomain>
Tue, 11 Dec 2018 21:46:04 +0000 (16:46 -0500)
qa/test.sh

index a5f459c..b463e10 100755 (executable)
@@ -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"