I am using CentOs 6. I have got two scripts test1.py and test2.py in same directory.
I am running one test at a time as below from terminal:
py.test --html=report.html --self-contained-html test1.py
I want to create a shell script so that I can pass the script name (test1.py, test2.py) as parameter .
$1
,$2
, etc. See mywiki.wooledge.org/BashGuide/Parameters