Skip to content

Commit e899c34

Browse files
committed
Always enable stack traces when using unit-threaded. [ci skip]
1 parent a21acc9 commit e899c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run-phobos-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ else
3636
fi
3737

3838
echo Compiling Phobos-socket tests${MSG_SUFFIX}...
39-
$RDMD --compiler=$DMD --build-only -g -unittest $UT_ARGS -debug=$DEBUG_TESTS_ID -ofbin/mysqln-tests-phobos${UT_SUFFIX} -Isource $D_FILE && echo Running Phobos-socket tests${MSG_SUFFIX}... && bin/mysqln-tests-phobos${UT_SUFFIX} "$@"
39+
$RDMD --compiler=$DMD --build-only -g -unittest $UT_ARGS -debug=$DEBUG_TESTS_ID -ofbin/mysqln-tests-phobos${UT_SUFFIX} -Isource $D_FILE && echo Running Phobos-socket tests${MSG_SUFFIX}... && bin/mysqln-tests-phobos${UT_SUFFIX} -t "$@"

run-vibe-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mkdir -p bin
55

66
if [ "$USE_UNIT_THREADED" = "true" ]; then
7-
dub run -c unittest-vibe-ut -- "$@"
7+
dub run -c unittest-vibe-ut -- -t "$@"
88
else
99
dub test -c unittest-vibe
1010
fi

0 commit comments

Comments
 (0)