GitHub: Skip check-tester in valgrind build
This commit is contained in:
1
.github/workflows/valgrind.yml
vendored
1
.github/workflows/valgrind.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
CC: ${{ matrix.compiler }}
|
CC: ${{ matrix.compiler }}
|
||||||
MAKEVARS: ${{ matrix.makevars }}
|
MAKEVARS: ${{ matrix.makevars }}
|
||||||
CONFIGURE_OPTS: ${{ matrix.configureopts }}
|
CONFIGURE_OPTS: ${{ matrix.configureopts }}
|
||||||
|
CHECK_TESTER_NO_VALGRIND: 'no-valgrind'
|
||||||
run: |
|
run: |
|
||||||
/bin/sh ./autogen.sh
|
/bin/sh ./autogen.sh
|
||||||
mkdir build
|
mkdir build
|
||||||
|
@@ -46,6 +46,9 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
|||||||
# If there is no useful db support compiled in, disable test
|
# If there is no useful db support compiled in, disable test
|
||||||
${have_db} || exit 77
|
${have_db} || exit 77
|
||||||
|
|
||||||
|
# Do not run in GutHub valgrind builds -- too slow / not necessary
|
||||||
|
[ -n "$CHECK_TESTER_NO_VALGRIND" ] && exit 77
|
||||||
|
|
||||||
R=TEST.H5L.SE
|
R=TEST.H5L.SE
|
||||||
|
|
||||||
keytabfile=${objdir}/server.keytab
|
keytabfile=${objdir}/server.keytab
|
||||||
|
Reference in New Issue
Block a user