Skip to content

Commit 60eb03e

Browse files
committed
remove -s to have cleaner output
1 parent 73a1018 commit 60eb03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ do
1818
sed -n '/^```python/,/^```/ p' < $f | sed '/^```/ d' > $out_py
1919
done
2020

21-
pytest --junitxml=test-results/junit.xml -v -s test_run_python_code.py
21+
pytest --junitxml=test-results/junit.xml test_run_python_code.py -vv

0 commit comments

Comments
 (0)