Changeset 0da2c5d in mod_gnutls for test/newtest


Ignore:
Timestamp:
Jan 9, 2020, 4:37:31 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
221ffe5
Parents:
478767a
Message:

Test suite: Update README and newtest script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/newtest

    r478767a r0da2c5d  
    2222
    2323cp -a tests/00_basic "tests/$newname"
    24 
    25 # create run script for make check
     24# derive script name, the actual script will be generated by make
    2625newscript="test-${newname}.bash"
    27 cat - >"${newscript}" <<EOF
    28 #!/bin/bash
    29 . \${srcdir}/netns_py.bash \${srcdir}/runtest.py --test-number ${newnum}
    30 EOF
    31 chmod a+x "${newscript}"
    3226
    3327echo "You can now edit ${newname}."
    34 echo "When ready, add ${newscript} to TESTS in Makefile.am."
     28echo "Run the test with TESTS=\"${newscript}\" make -e check."
     29echo "When ready, add ${newscript} to test_scripts in Makefile.am."
Note: See TracChangeset for help on using the changeset viewer.