diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/omhttp-batch-lokirest-vg.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/omhttp-batch-lokirest-vg.sh b/tests/omhttp-batch-lokirest-vg.sh new file mode 100755 index 0000000..e1eeca8 --- /dev/null +++ b/tests/omhttp-batch-lokirest-vg.sh @@ -0,0 +1,5 @@ +#!/bin/bash +export USE_VALGRIND="YES" +# export RS_TEST_VALGRIND_EXTRA_OPTS="--keep-debuginfo=yes --leak-check=full" + +source ${srcdir:=.}/omhttp-batch-lokirest.sh |