Recent content by izzy2018

  1. I

    Call a test and execute

    I think i can do it #!/bin/sh echo "What test you run:" read TESTNAME echo "Start $TESTNAME" runtest.pl test.js -forcetestname $TESTNAME
  2. I

    Call a test and execute

    Hi all, I took Linux 30 yrs and did not use for long time. Now I have to use Linux to test but i have to create a file and add all test like this <CODE> runtest.pl test.js -forcetestname OneA #runtest.pl test.js -forcetestname OneB #runtest.pl test.js -forcetestname OneC #runtest.pl test.js...
Top