Skip to content

Commit ecc3a0a

Browse files
committed
Fix one comment in test/test_valgrind.sh
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 7ba1625 commit ecc3a0a

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)