aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-06-07 18:09:47 -0700
committerGuy Harris <guy@alum.mit.edu>2015-06-08 01:10:28 +0000
commit5472e4d6e9bdd9b2ed9651e471058f4209070c59 (patch)
tree3d2e80193d90f962703dad16ac0a8d51425ba773 /test
parent2d757b8a56f6ac27d6bd649219ed295421c374ff (diff)
Debugging printf.
The buildbot printed "expr: syntax error", presumably from this, but that oh-so-descriptive error message doesn't indicate what the problem is, and just about any string should be valid as the left-hand operand of the : operator. Change-Id: I1140522357b8df07e4183bf0eb8c5fa9fbe275e4 Reviewed-on: https://code.wireshark.org/review/8827 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_and_catch_crashes1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_and_catch_crashes b/test/run_and_catch_crashes
index 282d131df2..62c30735f5 100755
--- a/test/run_and_catch_crashes
+++ b/test/run_and_catch_crashes
@@ -39,6 +39,7 @@ then
do
shift
done
+echo last expr command was expr "$1" : ".*=.*"
fi
if [ -x "$1" ]
then