Skip to content

Commit

Permalink
Merge pull request #3077 from garlick/valgrind_fixes
Browse files Browse the repository at this point in the history
testsuite: minor valgrind test cleanup
  • Loading branch information
mergify[bot] committed Jul 26, 2020
2 parents 6cc90fc + 85641ba commit 188e586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion t/t5000-valgrind.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export FLUX_PMI_SINGLETON=1 # avoid finding leaks in slurm libpmi.so
VALGRIND=`which valgrind`
VALGRIND_SUPPRESSIONS=${SHARNESS_TEST_SRCDIR}/valgrind/valgrind.supp
VALGRIND_WORKLOAD=${SHARNESS_TEST_SRCDIR}/valgrind/valgrind-workload.sh
BROKER=${FLUX_BUILD_DIR}/src/broker/flux-broker

VALGRIND_NBROKERS=${VALGRIND_NBROKERS:-2}

Expand Down
2 changes: 1 addition & 1 deletion t/valgrind/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
fun:_dl_catch_*
fun:_dl_open
...
}
}

0 comments on commit 188e586

Please sign in to comment.