diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-08-07 16:50:46 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-08-07 21:17:07 +0530 |
commit | b868936cd6d619f0e3a2c303028c132b761e6313 (patch) | |
tree | d68c763f4c861bec36ce1b7e9a8136dd01368d93 /devscripts/run_tests.sh | |
parent | c681cb5d931b61a4370c56c8da82f01f3983f000 (diff) | |
download | hypervideo-pre-b868936cd6d619f0e3a2c303028c132b761e6313.tar.lz hypervideo-pre-b868936cd6d619f0e3a2c303028c132b761e6313.tar.xz hypervideo-pre-b868936cd6d619f0e3a2c303028c132b761e6313.zip |
[cleanup] Misc
Diffstat (limited to 'devscripts/run_tests.sh')
-rwxr-xr-x | devscripts/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devscripts/run_tests.sh b/devscripts/run_tests.sh index 99ab0a793..fb405b569 100755 --- a/devscripts/run_tests.sh +++ b/devscripts/run_tests.sh @@ -11,5 +11,4 @@ else exit 1 fi -echo python3 -m pytest -k $test_set python3 -m pytest -k "$test_set" |