From f73b226c678c3970ed5d8ee564805dc6517ed4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Tue, 24 May 2016 11:56:15 +0200 Subject: [PATCH] Makefile.iotlab: evaluate IOTLAB_LOGGING correctly for iotlab-exp --- dist/testbed-support/Makefile.iotlab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/testbed-support/Makefile.iotlab b/dist/testbed-support/Makefile.iotlab index 176cc1b183..d92d716409 100644 --- a/dist/testbed-support/Makefile.iotlab +++ b/dist/testbed-support/Makefile.iotlab @@ -48,7 +48,7 @@ iotlab-exp: $(IOTLAB_AUTH) all $(eval NEW_ID := $(shell experiment-cli submit -d $(IOTLAB_DURATION) $(NODES_PARAM) -n $(IOTLAB_EXP_NAME) | grep -Eo '[[:digit:]]+')) $(AD)experiment-cli wait -i $(NEW_ID) - ifdef $(IOTLAB_LOGGING) + ifdef IOTLAB_LOGGING $(AD)ssh -t $(IOTLAB_AUTHORITY) "tmux new -d -s riot-$(NEW_ID)\ 'script -fac "'"'"serial_aggregator -i $(NEW_ID)"'"'"\ RIOT_LOG-$(IOTLAB_EXP_NAME)-$(NEW_ID)'"