From: Jason Etheridge Date: Fri, 13 Dec 2019 06:30:28 +0000 (-0500) Subject: the webifier writes to test.html, so let us put it into the test directory X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4aa11c5f37630c47ef5f733b79a4a0ba90cefa33;p=working%2Frandom.git the webifier writes to test.html, so let us put it into the test directory Signed-off-by: Jason Etheridge --- diff --git a/qa/test.sh b/qa/test.sh index b8a0a47aa..aacae6509 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -35,8 +35,8 @@ echo "*** Location created" echo "*** Setting up new output" cp $LOCAL_QA_GIT_PATH/qa/test_output.css $TESTDIR cp $LOCAL_QA_GIT_PATH/qa/test_output.css . -echo '

Testing in progress

[Previous Runs]' > test.html -ln -s test.html $TESTDIR/index.html +echo '

Testing in progress

[Previous Runs]' > $TESTDIR/test.html +(cd $TESTDIR ; ln -s test.html index.html) echo '
  • '$TEST_SUBDIR'' `cat index.html` > index.html echo "*** Ready to test!"