diff --git a/t/run_coverage b/t/run_coverage index 0e2fe74..3abd9af 100755 --- a/t/run_coverage +++ b/t/run_coverage @@ -21,8 +21,8 @@ export PYTHONPATH=$tmpdir: ls t939*.sh | xargs -n 1 bash cd $tmpdir -python-coverage combine -python-coverage html -d $orig_dir/report -python-coverage report -m +python3-coverage combine +python3-coverage html -d $orig_dir/report +python3-coverage report -m cd $orig_dir rm -rf $tmpdir