We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831fdd1 commit 5348056Copy full SHA for 5348056
dub.sdl
@@ -19,11 +19,11 @@ configuration "library" {
19
excludedSourceFiles "source/app.d"
20
}
21
22
-// Do not use this. Use "run-tests" insetad.
+// Do not use this. Use "run_tests" insetad.
23
configuration "unittest" {
24
25
preBuildCommands \
26
- "echo \"ERROR: Don't use 'dub test' to test mysql-native. Use 'run-tests' instead.\"" \
+ "echo \"ERROR: Don't use 'dub test' to test mysql-native. Use 'run_tests' instead.\"" \
27
"echo Bailing..." \
28
"mkdir" // Generate error to halt build
29
0 commit comments