From: Jason Etheridge Date: Thu, 10 Sep 2015 20:34:10 +0000 (-0400) Subject: removing intermediate link to cronoutput.txt X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=50e666f999e62def78d6e69e89044d0aee3402a5;p=working%2Frandom.git 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 --- 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!"