Echo the command used in the run tests script

This commit is contained in:
Veronica Berglyd Olsen
2025-07-19 16:53:05 +02:00
parent bca87429a6
commit 3e66f47c13
+1
View File
@@ -33,4 +33,5 @@ if __name__ == "__main__":
if args.k:
cmd += ["-k", args.k]
print("Calling:", " ".join(cmd))
subprocess.call(cmd, env=env)