Skip to content

Commit 860fe3b

Browse files
committed
Add more debug output
1 parent e321bab commit 860fe3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_bisect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ def benchmark_callback(suite, commit):
214214
mx.run_mx(['--env', 'ce', 'sforceimports'], suite=get_suite('/vm'))
215215
suite.vc.update_to_branch(suite.vc_dir, commit)
216216
mx.run_mx(['sforceimports'], suite=suite)
217+
print("debug: graalpython={} graal={} graal-enterprise={}"
218+
.format(*(get_commit(get_suite(s)) for s in ('graalpython', '/vm', '/vm-enterprise'))))
217219
env = os.environ.copy()
218220
env['MX_ALT_OUTPUT_ROOT'] = 'mxbuild-{}'.format(commit)
219221
retcode = mx.run(shlex.split(args.build_command), env=env, nonZeroIsFatal=False)

0 commit comments

Comments
 (0)