Skip to content

Commit 61b09ca

Browse files
committed
Silence hwloc-gather-cpuid
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 06aab40 commit 61b09ca

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
@@ -63,7 +63,7 @@ cd ${BUILD_DIR}
6363
mkdir -p cpuid
6464

6565
echo "Gathering data for hwloc so it can be run under valgrind:"
66-
hwloc-gather-cpuid ./cpuid
66+
hwloc-gather-cpuid ./cpuid >/dev/null
6767

6868
echo
6969
echo "Working directory: $(pwd)"

0 commit comments

Comments
 (0)