summaryrefslogtreecommitdiff
path: root/ics-openvpn-stripped/main/openvpn/debug/doval
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-08-02 10:52:28 +0200
committerParménides GV <parmegv@sdf.org>2014-08-02 10:52:28 +0200
commit4aedacdf92ab2fc08a1e39618761bc1eb96427d6 (patch)
treef000311e97598ab3fc42e2bea23e6cb342ad166c /ics-openvpn-stripped/main/openvpn/debug/doval
parentb28eeb08e8ec3baafdd9388cc5b70c6c84db9cf1 (diff)
parent0393ba6656ce6cf679a2c4663275b3ed0f1a34b9 (diff)
Merge branch 'bug/There-are-two-different-notifications-#5794' into develop
Diffstat (limited to 'ics-openvpn-stripped/main/openvpn/debug/doval')
-rwxr-xr-xics-openvpn-stripped/main/openvpn/debug/doval4
1 files changed, 4 insertions, 0 deletions
diff --git a/ics-openvpn-stripped/main/openvpn/debug/doval b/ics-openvpn-stripped/main/openvpn/debug/doval
new file mode 100755
index 00000000..e2155107
--- /dev/null
+++ b/ics-openvpn-stripped/main/openvpn/debug/doval
@@ -0,0 +1,4 @@
+#!/bin/bash
+PROGDIR=`dirname $0`
+unset LD_LIBRARY_PATH
+valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@"