Skip to content

Commit b02a7b6

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 7cd707e commit b02a7b6

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
@@ -33,7 +33,7 @@ cmake .. \
3333

3434
make -j $(nproc)
3535

36-
ctest --output-on-failure
36+
ctest --verbose
3737

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

0 commit comments

Comments
 (0)