aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-01 18:32:57 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-01 18:32:57 +0000
commit8160523d8023d6f14dac2bc52d7a48d81b424a9a (patch)
tree8492201e16ce5443373945615bfa67bf8437ca61 /test
parent2d11ac905148af09acd1f27d7d1b471a2b6f8cb8 (diff)
Tell Cygwin to create a core file if we run into any issues.
svn path=/trunk/; revision=37852
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