the webifier writes to test.html, so let us put it into the test directory
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 13 Dec 2019 06:30:28 +0000 (01:30 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Fri, 13 Dec 2019 06:30:28 +0000 (01:30 -0500)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
qa/test.sh

index b8a0a47..aacae65 100755 (executable)
@@ -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 '<html><head></head><body><h1>Testing in progress</h1>[<a href="/">Previous Runs</a>]</body></html>' > test.html
-ln -s test.html $TESTDIR/index.html
+echo '<html><head></head><body><h1>Testing in progress</h1>[<a href="/">Previous Runs</a>]</body></html>' > $TESTDIR/test.html
+(cd $TESTDIR ; ln -s test.html index.html)
 echo '<li><a href="'$TESTDIR'/index.html">'$TEST_SUBDIR'</a>' `cat index.html` > index.html
 echo "*** Ready to test!"