Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 4dcc4f6

Browse files
committed
Print which test suite we're running
1 parent af9089a commit 4dcc4f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def main():
2626
):
2727
continue
2828

29+
print("+ [{}]".format(path))
2930
run(
3031
"cargo", "xbuild", "--target", "x86_64-linux-kernel-module",
3132
cwd=os.path.join(BASE_DIR, path),

0 commit comments

Comments
 (0)