From 8f95b8e06d26e1642086b7e1f6e453789b342da2 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 10 Sep 2015 16:27:14 -0400 Subject: [PATCH] tweak path for referencing cronoutput.txt --- qa/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/test.sh b/qa/test.sh index 305619d7e..ca9c265af 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -33,7 +33,7 @@ echo "*** Test archived" echo "*** Setting up new output" cp $LOCAL_QA_GIT_PATH/qa/test_output.css . -echo '

Testing in progress

[test.sh output][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