Skip to content

Commit 0456fcb

Browse files
committed
enable jbang tests
1 parent c596cac commit 0456fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ def graalpython_gate_runner(args, tasks):
15001500
if task:
15011501
env = {
15021502
'ENABLE_STANDALONE_UNITTESTS': 'true',
1503-
'ENABLE_JBANG_INTEGRATION_UNITTESTS': 'false',
1503+
'ENABLE_JBANG_INTEGRATION_UNITTESTS': 'true',
15041504
'JAVA_HOME': graalvm_jdk(),
15051505
'PYTHON_STANDALONE_HOME': graalpy_standalone_home('jvm')
15061506
}

0 commit comments

Comments
 (0)