You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runner script for regression might crash with error:
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/llvm-regression-tests-runner", line 8, in <module>
sys.exit(main())
File "/home/ubuntu/dredd-compiler-testing/dredd_test_runners/llvm_regression_tests_runner/main.py", line 148, in main
open(dredd_covered_mutants_path, 'r').readlines()]))
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp8npapj50/__dredd_covered_mutants'
I believe this happens because dredd with mutant_tracking won't create a new file when there's no covered mutant.
The text was updated successfully, but these errors were encountered:
The runner script for regression might crash with error:
I believe this happens because
dredd
with mutant_tracking won't create a new file when there's no covered mutant.The text was updated successfully, but these errors were encountered: