From 50e666f999e62def78d6e69e89044d0aee3402a5 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 10 Sep 2015 16:34:10 -0400 Subject: [PATCH] removing intermediate link to cronoutput.txt for now. The current CRON entries for ~live on our testing server look like this: 0 4 * * * /home/live/git/random/qa/test.sh > /tmp/cronoutput.txt 2>&1 && mv /tmp/cronoutput.txt /home/live/public_html/ 0 16 * * * /home/live/git/random/qa/test.sh > /tmp/cronoutput.txt 2>&1 && mv /tmp/cronoutput.txt /home/live/public_html/ We can do some fancy file footwork later to expose the content for cronoutput.txt while test.sh is 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 ca9c265af..a5f459c59 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

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