Skip to content

Commit 1c16899

Browse files
committed
CI: --verbose on the failing test step
1 parent 238d060 commit 1c16899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/drone/linux_script_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ case "$1" in
2929
;;
3030
6)
3131
./build/zig build $BUILD_FLAGS test-universal-libc
32-
./build/zig build $BUILD_FLAGS test-compare-output
32+
./build/zig build $BUILD_FLAGS test-compare-output --verbose
3333
./build/zig build $BUILD_FLAGS test-standalone -Dskip-release-safe
3434
./build/zig build $BUILD_FLAGS test-stack-traces
3535
./build/zig build $BUILD_FLAGS test-cli

0 commit comments

Comments
 (0)