Skip to content

Commit 8c6817a

Browse files
committed
Run tests on QEMU with verbose option
It makes it easier to see which tests were actually completed without skipping.
1 parent 381a2c1 commit 8c6817a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qemu/run-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake .. \
3434

3535
make -j $(nproc)
3636

37-
ctest --output-on-failure
37+
ctest --output-on-failure --verbose
3838

3939
# run tests bound to a numa node
4040
numactl -N 0 ctest --output-on-failure

0 commit comments

Comments
 (0)