Skip to content
Snippets Groups Projects
Unverified Commit 9858e9e8 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #5341 from cgundogan/pr/make/iotlab-testbed_target_var

dist: make: iotlab: use target specific var assignment
parents 3d5233e2 31293b63
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,4 @@ iotlab-term: iotlab-check-exp ...@@ -81,7 +81,4 @@ iotlab-term: iotlab-check-exp
RIOT_LOG-$(IOTLAB_EXP_NAME)-$(IOTLAB_EXP_ID), \ RIOT_LOG-$(IOTLAB_EXP_NAME)-$(IOTLAB_EXP_ID), \
serial_aggregator -i $(IOTLAB_EXP_ID) $(NODES_PARAM_BASE))'" serial_aggregator -i $(IOTLAB_EXP_ID) $(NODES_PARAM_BASE))'"
iotlab-check-exp: iotlab-check-exp: IOTLAB_SITE ?= $(shell experiment-cli get -ri -i $(IOTLAB_EXP_ID) | sed -n 4p | cut -d\" -f2)
ifndef IOTLAB_SITE
$(eval IOTLAB_SITE := $(shell experiment-cli get -ri -i $(IOTLAB_EXP_ID) | sed -n 4p | cut -d\" -f2))
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment