From af3cc3b4761a2a943564a4a480f1f02adc665b62 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 5 Mar 2020 07:58:14 +0100 Subject: [PATCH] dist/testbed-support: fix iotlab-term target --- dist/testbed-support/Makefile.iotlab | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/testbed-support/Makefile.iotlab b/dist/testbed-support/Makefile.iotlab index 280266d69b..a3c224e8f6 100644 --- a/dist/testbed-support/Makefile.iotlab +++ b/dist/testbed-support/Makefile.iotlab @@ -96,9 +96,7 @@ iotlab-stop: $(IOTLAB_AUTH) IOTLABTERMFLASHDEPS ?= $(filter iotlab-flash iotlab-exp,$(MAKECMDGOALS)) iotlab-term: $(IOTLABTERMFLASHDEPS) - $(Q)ssh -t $(IOTLAB_AUTHORITY) "iotlab-experiment get $(_NODES_LIST_OPTION) -i $(IOTLAB_EXP_ID) > /dev/null || \ - iotlab-auth -u $(IOTLAB_USER)" - + $(Q)ssh -t $(IOTLAB_AUTHORITY) "iotlab-experiment get -i $(IOTLAB_EXP_ID) --print > /dev/null || iotlab-auth -u $(IOTLAB_USER)" $(Q)ssh -t $(IOTLAB_AUTHORITY) \ "$(if $(IOTLAB_TMUX),tmux attach -t riot-$(IOTLAB_EXP_ID) || tmux new -s riot-$(IOTLAB_EXP_ID) ',) \ $(if $(IOTLAB_LOGGING), \