aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-08 19:49:17 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-08 19:49:17 +0000
commit2a62d8e8e6cd59419a7fcb6c4d49bb6a1e1a4591 (patch)
tree699445b309a9b8a0a454d7fe9e06a9b347793407 /tools/test-common.sh
parent3db06ae582d0433c1c2b31b12d0feb894bbf8f7b (diff)
Include the output (fuzz'd) file name in the output when fuzz (or randpkt)
testing fails. Useful for when you want to use up a few spare CPU cores running multiple simultaneous fuzz tests... svn path=/trunk/; revision=50449
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index de72b33d88..48771ec9b0 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -98,6 +98,8 @@ function exit_error() {
echo -e "\n ERROR"
echo -e "Processing failed. Capture info follows:\n"
echo " Input file: $CF"
+ echo " Output file: $TMP_DIR/$TMP_FILE"
+ echo
# Fill in build information
echo -e "Input file: $CF\n" > $TMP_DIR/${ERR_FILE}.header