summaryrefslogtreecommitdiffstats
path: root/tests/omazureeventhubs-interrupt-vg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omazureeventhubs-interrupt-vg.sh')
-rwxr-xr-xtests/omazureeventhubs-interrupt-vg.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/omazureeventhubs-interrupt-vg.sh b/tests/omazureeventhubs-interrupt-vg.sh
new file mode 100755
index 0000000..be9fefa
--- /dev/null
+++ b/tests/omazureeventhubs-interrupt-vg.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+export USE_VALGRIND="YES"
+export RS_TEST_VALGRIND_EXTRA_OPTS="--keep-debuginfo=yes --leak-check=full"
+export EXTRA_VALGRIND_SUPPRESSIONS="--suppressions=omazureeventhubs.supp"
+source ${srcdir:-.}/omazureeventhubs-interrupt.sh