Skip to content
Snippets Groups Projects
Commit 8b3a6b99 authored by Mick Jordan's avatar Mick Jordan
Browse files

fix gate autogen test error message

parent 12cf1568
Branches
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ def _check_autogen_tests(copy): ...@@ -113,7 +113,7 @@ def _check_autogen_tests(copy):
files_equal = filecmp.cmp(all_tests, join(_tempdir, 'AllTests.java')) and filecmp.cmp(failing_tests, join(_tempdir, 'FailingTests.java')) files_equal = filecmp.cmp(all_tests, join(_tempdir, 'AllTests.java')) and filecmp.cmp(failing_tests, join(_tempdir, 'FailingTests.java'))
shutil.rmtree(_tempdir) shutil.rmtree(_tempdir)
if not files_equal: if not files_equal:
mx.abort('AllTests.java and/or FailingTests.java are out of sync, regenerate with mx rignoretests') mx.abort('AllTests.java and/or FailingTests.java are out of sync, regenerate with mx rtestgen')
def _test_srcdir(): def _test_srcdir():
tp = 'com.oracle.truffle.r.test' tp = 'com.oracle.truffle.r.test'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment