Closed jayvdb closed 5 years ago
If the command fails, the output is likely not what they user expected, and the result shouldnt be stored.
e.g. running python script.py args results in the following if the script is missing.
python script.py args
py37 backticks: FOO=/path/to/.tox/py37-pip/bin/python: can't open file 'script.py': [Errno 2] No such file or directory
If the command fails, the output is likely not what they user expected, and the result shouldnt be stored.
e.g. running
python script.py args
results in the following if the script is missing.