aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-01 18:32:57 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-01 18:32:57 +0000
commit6cf7b5be2d26b2e55f9050e80ff0dbeef21ed406 (patch)
tree8492201e16ce5443373945615bfa67bf8437ca61 /test
parentc2db79d30c2f785e63769fe90249b4147be7bbbd (diff)
Tell Cygwin to create a core file if we run into any issues.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37852 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/config.sh b/test/config.sh
index b6aa59acd8..2c075283fb 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -27,6 +27,7 @@
# http://support.microsoft.com/kb/100843
if [ -n "${OS#Windows}" ] ; then
WS_SYSTEM="Windows"
+ export CYGWIN="$CYGWIN error_start=c:\cygwin\bin\dumper.exe -d %1 %2"
else
WS_SYSTEM=`uname -s`
fi