From 4aa11c5f37630c47ef5f733b79a4a0ba90cefa33 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 13 Dec 2019 01:30:28 -0500 Subject: [PATCH] the webifier writes to test.html, so let us put it into the test directory Signed-off-by: Jason Etheridge --- qa/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!" -- 2.11.0