Changeset: 8bcd52543576 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8bcd52543576
Modified Files:
clients/mapiclient/mclient.c
Branch: Mar2018
Log Message:
mclient: no need for the TESTformatter to silently set timermode = T_NONE;
Mtest.py explicitly uses -tnone with -ftest ;
otherwise, choices which formatters do/not produce timing output
are now made explicitly in function format_result() .
diffs (11 lines):
diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -1712,7 +1712,6 @@ setFormatter(const char *s)
_set_output_format(_TWO_DIGIT_EXPONENT);
#endif
formatter = TESTformatter;
- timermode = T_NONE;
} else if (strcmp(s, "trash") == 0) {
formatter = TRASHformatter;
} else if (strcmp(s, "sam") == 0) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list