diff options
author | Gerald Combs <gerald@wireshark.org> | 2011-07-01 18:32:57 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2011-07-01 18:32:57 +0000 |
commit | 8160523d8023d6f14dac2bc52d7a48d81b424a9a (patch) | |
tree | 8492201e16ce5443373945615bfa67bf8437ca61 /test | |
parent | 2d11ac905148af09acd1f27d7d1b471a2b6f8cb8 (diff) | |
download | wireshark-8160523d8023d6f14dac2bc52d7a48d81b424a9a.tar.gz wireshark-8160523d8023d6f14dac2bc52d7a48d81b424a9a.tar.bz2 wireshark-8160523d8023d6f14dac2bc52d7a48d81b424a9a.zip |
Tell Cygwin to create a core file if we run into any issues.
svn path=/trunk/; revision=37852
Diffstat (limited to 'test')
-rwxr-xr-x | test/config.sh | 1 |
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 |