2>&1 needs to be after > output.txt, but let us use &> instead
authorJason Etheridge <jason@esilibrary.com>
Thu, 26 Dec 2013 19:38:28 +0000 (14:38 -0500)
committerJason Etheridge <jason@esilibrary.com>
Thu, 26 Dec 2013 19:38:28 +0000 (14:38 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test.sh

index b4ffefa..530436b 100755 (executable)
@@ -37,7 +37,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 2>&1 > output.txt
+ssh $TARGET_USER@$TARGET_HOST $TARGET_PATH/installer_installer.sh &> output.txt
 echo "test run complete."
 
 echo "*** Creating web output"