From 1483754fc461f532a2cc5ef98bcc1a3f8afd7b09 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 27 Dec 2013 10:44:52 -0500 Subject: [PATCH] Let's expect cronoutput.txt to be web accessible while it's running 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 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!" -- 2.11.0