Skip to content

Commit 083252a

Browse files
committed
Silence hwloc-gather-cpuid
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 9544998 commit 083252a

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
@@ -67,7 +67,7 @@ cd ${BUILD_DIR}
6767
mkdir -p cpuid
6868

6969
echo "Gathering data for hwloc so it can be run under valgrind:"
70-
hwloc-gather-cpuid ./cpuid
70+
hwloc-gather-cpuid ./cpuid >/dev/null
7171

7272
echo
7373
echo "Working directory: $(pwd)"

0 commit comments

Comments
 (0)