Skip to content

Commit

Permalink
Allow skipping the valgrind test
Browse files Browse the repository at this point in the history
Closes #398
  • Loading branch information
wdoekes committed May 27, 2019
1 parent a30e988 commit 2b310ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions regress/github-#0156/run
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Author: Walter Doekes, OSSO B.V., 2015
. "`dirname "$0"`/../functions"; init

# Make the test skippable
test -n "$TEST_SKIP_VALGRIND" && exit 0

# Check that we have valgrind
which valgrind >/dev/null || fail "no valgrind installed"

Expand Down

0 comments on commit 2b310ab

Please sign in to comment.