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
# Not including this workaround in the coverage report, because it will result
75
-
# in constantly changing coverage reports depending on the number of times
76
-
# the JobTests.py had to run to pass
77
-
# TODO: figure out how to cover JobTests.py
78
-
# - n=0; while [[ $n -lt 10 ]]; do coverage run --rcfile=$PWD/.coveragerc runtest.py src/engine/SCons/JobTests.py && break; n=$((n+1)); done; if [ "$n" -gt "9" ]; then false; fi
0 commit comments