From 69ec59f4c2747405a9d06f9a780133f3f90dda89 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 5 Nov 2014 09:51:36 +0000 Subject: [PATCH] More verbose logging for bomb.pl when something goes wrong. --- test/bin/bomb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index b91f049..6e1ae1e 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -66,7 +66,7 @@ $SIG{INT} = "IGNORE"; alarm($timeout); system(@system) == 0 - or die "system @system failed: $?"; + or die "system('@system') failed: ?='$?', !='$!', ^E='$^E', ?='$?'"; 1; -- 1.7.10.4