File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636fi
3737
3838echo 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 " $@ "
Original file line number Diff line number Diff line change 44mkdir -p bin
55
66if [ " $USE_UNIT_THREADED " = " true" ]; then
7- dub run -c unittest-vibe-ut -- " $@ "
7+ dub run -c unittest-vibe-ut -- -t " $@ "
88else
99 dub test -c unittest-vibe
1010fi
You can’t perform that action at this time.
0 commit comments