aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-31 02:03:03 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-31 02:03:03 +0000
commitb49c3e7eca061de6796a67549176096b59bc03c5 (patch)
treedd578dbe7c3ce2d89a12334ae5b2c035f4c4fd43 /tools/fuzz-test.sh
parent4361e2a4edf994892bca3a422e26f1ffd9a01098 (diff)
Oh yeah, -R is now -Y in trunk.
svn path=/trunk/; revision=49646
Diffstat (limited to 'tools/fuzz-test.sh')
-rwxr-xr-xtools/fuzz-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index 82ffd40abf..dd70d8072a 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -65,7 +65,7 @@ else
# error should have its own environment variable?).
# Leave this commented out for now until someone has time to run it through the menagerie once
# or twice (so we don't get buried in bugs)...
- #declare -a RUNNER_ARGS=("${CONFIG_PROFILE}${TWO_PASS}-nVxr" "${CONFIG_PROFILE}${TWO_PASS}-nr" "-Rframe ${CONFIG_PROFILE}${TWO_PASS}-nr")
+ #declare -a RUNNER_ARGS=("${CONFIG_PROFILE}${TWO_PASS}-nVxr" "${CONFIG_PROFILE}${TWO_PASS}-nr" "-Yframe ${CONFIG_PROFILE}${TWO_PASS}-nr")
#export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
fi