You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ut", "Use unit-threaded (Always includes ut's --trace)", &useUnitThreaded,
109
110
"core", "Only run basic core tests (Can only be used with --mode=phobos)", &coreTestsOnly,
110
111
std.getopt.config.required,
111
-
"m|mode", "'-m=phobos': Run Phobos tests | '-m=vibe': Run Vibe.d tests | '-m=combined': Run core-only Phobos tests and all Vibe.d tests", &mode,
112
+
"m|mode", "'-m=phobos': Run Phobos tests | '-m=vibe': Run Vibe.d tests | '-m=combined': Run core-only Phobos tests and all Vibe.d tests | '-m=travis': Travis-CI mode (autodetect settings from envvars)", &mode,
112
113
);
113
114
114
115
if(argsHelp.helpWanted)
@@ -117,7 +118,7 @@ int main(string[] args)
117
118
"Runs the mysql-native test suite with Phobos sockets, Vibe.d sockets, or combined.\n"~
0 commit comments