aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/registry/existence_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/registry/existence_test.py')
-rw-r--r--sources/pyside2/tests/registry/existence_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside2/tests/registry/existence_test.py b/sources/pyside2/tests/registry/existence_test.py
index 8f3c568a3..3c5b7e545 100644
--- a/sources/pyside2/tests/registry/existence_test.py
+++ b/sources/pyside2/tests/registry/existence_test.py
@@ -131,16 +131,16 @@ if not have_refmodule and is_ci and qtVersion()[:2] in tested_versions:
"""
generate_all()
sys.stderr.flush()
- print("BEGIN_FILE", refPath, file=sys.stderr)
+ print("BEGIN_FILE", shortpath, file=sys.stderr)
with open(refPath) as f:
print(f.read(), file=sys.stderr)
- print("END_FILE", refPath, file=sys.stderr)
+ print("END_FILE", shortpath, file=sys.stderr)
sys.stderr.flush()
raise RuntimeError(dedent("""
{line}
** This is the initial call. You should check this file in:
** {}
- **""").format(refPath, line=79 * "*"))
+ **""").format(shortpath, line=79 * "*"))
if __name__ == '__main__':
unittest.main()