We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1deba commit 94e362fCopy full SHA for 94e362f
1 file changed
scripts/run_tests.sh
@@ -146,7 +146,6 @@ except Exception:
146
p = pathlib.Path(getattr(m, "__file__", "")).resolve()
147
root = pathlib.Path(r"${repo_root}").resolve()
148
sub = pathlib.Path(r"${repo_root}/${subdir_name}").resolve()
149
-print(p)
150
sys.exit(0 if str(p).startswith(str(sub)) else 3)
151
PY
152
rc=$?
0 commit comments