chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@@ tty mess
[mLib]
/
test
/
tvec-remote.c
diff --git
a/test/tvec-remote.c
b/test/tvec-remote.c
index bcbfad0d3af27b380417b1c90621a55633b69916..637f851efde34a2f00cc3c4a73286874671b246b 100644
(file)
--- a/
test/tvec-remote.c
+++ b/
test/tvec-remote.c
@@
-169,7
+169,7
@@
static PRINTF_LIKE(3, 4)
va_start(ap, msg);
close_comms(rc); rc->f |= TVRF_BROKEN;
va_start(ap, msg);
close_comms(rc); rc->f |= TVRF_BROKEN;
- tvec_report_v(tv, TVL
E
V_ERR, msg, &ap);
+ tvec_report_v(tv, TVLV_ERR, msg, &ap);
va_end(ap);
return (-1);
}
va_end(ap);
return (-1);
}
@@
-1020,7
+1020,7
@@
static void remote_etest(struct tvec_output *o, unsigned outcome)
/* --- @remote_report@ --- *
*
* Arguments: @struct tvec_output *o@ = output sink (ignored)
/* --- @remote_report@ --- *
*
* Arguments: @struct tvec_output *o@ = output sink (ignored)
- * @unsigned level@ = message level (@TVL
E
V_...@)
+ * @unsigned level@ = message level (@TVLV_...@)
* @const char *msg@, @va_list *ap@ = format string and
* arguments
*
* @const char *msg@, @va_list *ap@ = format string and
* arguments
*
@@
-1662,7
+1662,7
@@
static void report_errline(char *p, size_t n, void *ctx)
*
* If @f@ has @ERF_SILENT@ set, then discard the stderr material
* without reporting it. Otherwise it is reported as
*
* If @f@ has @ERF_SILENT@ set, then discard the stderr material
* without reporting it. Otherwise it is reported as
- * @TVL
E
V_NOTE@.
+ * @TVLV_NOTE@.
*
* if @f@ has @ERF_CLOSE@ set, then continue reading until
* end-of-file is received; also, report any final partial line,
*
* if @f@ has @ERF_CLOSE@ set, then continue reading until
* end-of-file is received; also, report any final partial line,