From: Jason Etheridge Date: Fri, 27 Dec 2013 15:44:52 +0000 (-0500) Subject: Let's expect cronoutput.txt to be web accessible while it's running X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1483754fc461f532a2cc5ef98bcc1a3f8afd7b09;p=working%2Frandom.git Let's expect cronoutput.txt to be web accessible while it's running Signed-off-by: Jason Etheridge --- diff --git a/qa/test.sh b/qa/test.sh index 530436b27..5a733319f 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -32,7 +32,7 @@ echo "*** Test archived" echo "*** Setting up new output" cp $LOCAL_QA_GIT_PATH/qa/test_output.css . -echo '

Testing in progress

Previous runs...' > test.html +echo '

Testing in progress

[test.sh output][Previous Runs]' > test.html ln -s test.html index.html echo "*** Ready to test!"