Let's expect cronoutput.txt to be web accessible while it's running
authorJason Etheridge <jason@esilibrary.com>
Fri, 27 Dec 2013 15:44:52 +0000 (10:44 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 27 Dec 2013 15:44:52 +0000 (10:44 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test.sh

index 530436b..5a73331 100755 (executable)
@@ -32,7 +32,7 @@ echo "*** Test archived"
 
 echo "*** Setting up new output"
 cp $LOCAL_QA_GIT_PATH/qa/test_output.css .
-echo '<html><head></head><body><h1>Testing in progress</h1><a href="archive/">Previous runs...</a></body></html>' > test.html
+echo '<html><head></head><body><h1>Testing in progress</h1>[<a href="archive/cronoutput.txt">test.sh output</a>][<a href="archive/">Previous Runs</a>]</body></html>' > test.html
 ln -s test.html index.html
 echo "*** Ready to test!"