From ae2d819c94fbdeb60c508f9c1be23fdeaf59dff0 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 26 Dec 2013 14:38:28 -0500 Subject: [PATCH] 2>&1 needs to be after > output.txt, but let us use &> instead Signed-off-by: Jason Etheridge --- qa/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/test.sh b/qa/test.sh index b4ffefa22..530436b27 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -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" -- 2.11.0