From f09137d002759913660f812296d2085116917870 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 20 Jul 2018 16:22:06 +0200 Subject: print output of failing LD_PRELOAD --- bench_conprod.py | 1 + bench_loop.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bench_conprod.py b/bench_conprod.py index 19a3769..e444bfb 100644 --- a/bench_conprod.py +++ b/bench_conprod.py @@ -84,6 +84,7 @@ class Benchmark_ConProd( Benchmark ): if "ERROR: ld.so" in output: print("\nPreloading of", t[1], "failed for", tname, ".\n Aborting Benchmark.") + print(output) return False # Handle perf output diff --git a/bench_loop.py b/bench_loop.py index e5de2b9..ab7eec3 100644 --- a/bench_loop.py +++ b/bench_loop.py @@ -85,6 +85,7 @@ class Benchmark_Loop( Benchmark ): if "ERROR: ld.so" in output: print("\nPreloading of", t[1], "failed for", tname, ".\n Aborting Benchmark.") + print(output) return False # Handle perf output -- cgit v1.2.3