From eebb649b88f372cb6e2b9ab355ace1d41b3e1f2c Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Sat, 9 May 2015 23:51:32 +0200 Subject: [PATCH] iolab: enable serial_aggregator readline support --- dist/testbed-support/Makefile.iot-lab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/testbed-support/Makefile.iot-lab b/dist/testbed-support/Makefile.iot-lab index 099cc19ff..06222e51d 100644 --- a/dist/testbed-support/Makefile.iot-lab +++ b/dist/testbed-support/Makefile.iot-lab @@ -23,4 +23,4 @@ iotlab-reset: $(IOTLAB_AUTH) iotlab-term: ssh -t $(IOTLAB_USER)@$(IOTLAB_SITE).iot-lab.info "test -f ~/.iotlabrc || auth-cli -u $(IOTLAB_USER)" - ssh $(IOTLAB_USER)@$(IOTLAB_SITE).iot-lab.info "serial_aggregator -i $(IOTLAB_EXP_ID)" + ssh -t $(IOTLAB_USER)@$(IOTLAB_SITE).iot-lab.info "serial_aggregator -i $(IOTLAB_EXP_ID)"