Skip to content

Commit 69318df

Browse files
committed
fix re-tagging of unittests, retag test_bigmem which completely fails now
1 parent 5c20cd8 commit 69318df

File tree

2 files changed

+1
-101
lines changed

2 files changed

+1
-101
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import test
4545

4646

47-
if os.environ.get("ENABLE_CPYTHON_TAGGED_UNITTESTS") == "true":
47+
if os.environ.get("ENABLE_CPYTHON_TAGGED_UNITTESTS") == "true" or __name__ == "__main__":
4848
TAGS_DIR = os.path.join(os.path.dirname(__file__), "unittest_tags")
4949
else:
5050
TAGS_DIR = "null"

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_bigmem.txt

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)