Skip to content

Commit f320b36

Browse files
authored
Merge pull request #669 from ldorau/Fix_one_comment_in_test_test_valgrind.sh
Fix one comment in test/test_valgrind.sh
2 parents 7ba1625 + ecc3a0a commit f320b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for test in $(ls -1 umf_test-*); do
8686
case $test in
8787
umf_test-ipc_os_prov_*)
8888
echo "- SKIPPED"
89-
continue; # skip it - this is a 2 processes test run using the ipc_os_prov_anon_fd.sh script
89+
continue; # skip testing helper binaries used by the ipc_os_prov_* tests
9090
;;
9191
umf_test-memspace_host_all)
9292
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'

0 commit comments

Comments
 (0)