Skip to content

Commit c224656

Browse files
committed
add logging
1 parent 5151c27 commit c224656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2019, Oracle and/or its affiliates.
1+
ok # Copyright (c) 2018, 2019, Oracle and/or its affiliates.
22
# Copyright (c) 2013, Regents of the University of California
33
#
44
# All rights reserved.
@@ -917,6 +917,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
917917
assert isinstance(base_suite, mx.SourceSuite)
918918

919919
ci_files = mx.suite_ci_files(SUITE, common_ci_dir, extension=ext)
920+
log("CI setup checking common file(s): \n\t{0}".format('\n\t'.join(map(str, ci_files))))
920921
mx.verify_ci(args, base_suite, dest_suite, common_file=ci_files)
921922

922923

0 commit comments

Comments
 (0)