Skip to content

Commit b102b1e

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 a49c26e commit b102b1e

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
@@ -40,7 +40,7 @@ make -j $(nproc)
4040
echo password | sudo sync;
4141
echo password | sudo sh -c "/usr/bin/echo 3 > /proc/sys/vm/drop_caches"
4242

43-
ctest --output-on-failure
43+
ctest --verbose
4444

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

0 commit comments

Comments
 (0)