tweak path for referencing cronoutput.txt
authorJason Etheridge <jason@esilibrary.com>
Thu, 10 Sep 2015 20:27:14 +0000 (16:27 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 10 Sep 2015 20:27:14 +0000 (16:27 -0400)
qa/test.sh

index 305619d..ca9c265 100755 (executable)
@@ -33,7 +33,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/cronoutput.txt">test.sh output</a>][<a href="archive/">Previous Runs</a>]</body></html>' > test.html
+echo '<html><head></head><body><h1>Testing in progress</h1>[<a href="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!"