changeset 31:6e8f2728c7f5

fc-rfcal-vcxo: added setlinebuf(stdout) to allow easier logging with tee
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 May 2017 00:08:41 +0000
parents 4cd55371d3e4
children ea1d9f7f625f
files autocal/vcxomain.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autocal/vcxomain.c	Tue May 23 00:05:33 2017 +0000
+++ b/autocal/vcxomain.c	Tue May 23 00:08:41 2017 +0000
@@ -44,6 +44,7 @@
 	socket_pathname_options(argc, argv);
 	connect_rvinterf_socket();
 	connect_tsid_socket();
+	setlinebuf(stdout);	/* to allow logging with tee */
 	prepare_rf_test_system();
 
 	printf("Putting the DUT into Test Mode\n");