aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-02-26 16:17:50 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-02-26 16:17:50 +0100
commitda69bb193b5249c3f489b18a746e3800b36e37d0 (patch)
treefb3eb93ce297a4ea9f1f113927d6e38441e281e7 /src
parent0d06677043e485aa1366993e395c6fa85b600990 (diff)
downloadallocbench-da69bb193b5249c3f489b18a746e3800b36e37d0.tar.gz
allocbench-da69bb193b5249c3f489b18a746e3800b36e37d0.zip
print debug message with command line of subcommands
Diffstat (limited to 'src')
-rw-r--r--src/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.py b/src/util.py
index 2e37226..fb0e75b 100644
--- a/src/util.py
+++ b/src/util.py
@@ -42,6 +42,8 @@ def run_cmd(cmd,
stdout = None
stderr = stdout
+ print_debug(f"Running command {cmd}")
+
return subprocess.run(cmd,
stdout=stdout,
stderr=stderr,