Skip to content

Commit 483647f

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 56878b6 commit 483647f

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

40-
ctest --output-on-failure
40+
ctest --verbose
4141

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

0 commit comments

Comments
 (0)