From: Jason Etheridge Date: Fri, 13 Dec 2019 06:41:15 +0000 (-0500) Subject: keep the main index page slim X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cc37c98671853b9118e3b0a754938421aa3fa5f8;p=working%2Frandom.git keep the main index page slim Signed-off-by: Jason Etheridge --- diff --git a/qa/test.sh b/qa/test.sh index aacae6509..c32b55c25 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -37,7 +37,10 @@ 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]' > $TESTDIR/test.html (cd $TESTDIR ; ln -s test.html index.html) -echo '
  • '$TEST_SUBDIR'' `cat index.html` > index.html +mv run.list run.list.old +echo '
  • '$TEST_SUBDIR'' > run.list +head -5 run.list.old >> run.list +echo '

    Most recent runs:

    ' > index.html echo "*** Ready to test!" echo -n "*** Test starting ... "