projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a7d20
)
2>&1 needs to be after > output.txt, but let us use &> instead
author
Jason Etheridge
<jason@esilibrary.com>
Thu, 26 Dec 2013 19:38:28 +0000
(14:38 -0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/qa/test.sh
b/qa/test.sh
index
b4ffefa
..
530436b
100755
(executable)
--- 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"