static int csv_mode = 0;
+static int end_dot = 0;
+
/* ================================================== */
/* Log a message. This is a minimalistic replacement of the logging.c
implementation to avoid linking with it and other modules. */
ret = request_reply(&tx_message, &rx_message, RPY_NULL, 1);
}
+ if (end_dot) {
+ printf(".\n");
+ }
+
fflush(stderr);
if (fflush(stdout) != 0 || ferror(stdout) != 0) {
" -n\t\tDon't resolve hostnames\n"
" -N\t\tPrint original source names\n"
" -c\t\tEnable CSV format\n"
+ " -e\t\tEnd responses with dot\n"
#if DEBUG > 0
" -d\t\tEnable debug messages\n"
#endif
optind = 1;
/* Parse short command-line options */
- while ((opt = getopt(argc, argv, "+46acdf:h:mnNp:v")) != -1) {
+ while ((opt = getopt(argc, argv, "+46acdef:h:mnNp:v")) != -1) {
switch (opt) {
case '4':
case '6':
log_min_severity = LOGS_DEBUG;
#endif
break;
+ case 'e':
+ end_dot = 1;
+ break;
case 'h':
hostnames = optarg;
break;
seconds since the epoch, and values in seconds will not be converted to other
units.
+*-e*::
+With this option each *chronyc* response will end with a line containing a
+single dot.
+
*-d*::
This option enables printing of debugging messages if *chronyc* was compiled
with debugging support.
check_chronyc_output "^C0A87B01,192\.168\.123\.1,2,12623049..\..........,-?0\.0000.....,-?0\.000......,0\.000......,(99|100)\....,-?[0-9]\....,[0-9]\....,0\.000......,0\.000......,[0-9]+\..,Normal$" \
|| test_fail
+chronyc_options="-c -e"
+chronyc_conf="sources"
+
+run_test || test_fail
+check_chronyd_exit || test_fail
+
+check_chronyc_output "^#,.,SHM0.*
+\^,.,192\.168\.123\.1.*
+\^,.,192\.168\.123\.2.*
+\.$" \
+ || test_fail
+
chronyc_options=""
server_strata=0
chronyc_start=0.5