diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/omprog-single-instance-vg.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/omprog-single-instance-vg.sh b/tests/omprog-single-instance-vg.sh new file mode 100755 index 0000000..5b7eb0c --- /dev/null +++ b/tests/omprog-single-instance-vg.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# addd 2019-04-15 by RGerhards, released under ASL 2.0 +export USE_VALGRIND="YES" +source ${srcdir:=.}/omprog-single-instance.sh |