mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3570 from authmillenon/dist/enh/iotlab-exp-all-dep
dist: make iotlab-exp dependent on all
This commit is contained in:
commit
a0c7df6726
2
dist/testbed-support/Makefile.iotlab
vendored
2
dist/testbed-support/Makefile.iotlab
vendored
@ -11,7 +11,7 @@ IOTLAB_EXP_ID ?= $(shell experiment-cli get -l --state Running | grep -m 1 '"i
|
||||
$(IOTLAB_AUTH):
|
||||
auth-cli -u $(IOTLAB_USER)
|
||||
|
||||
iotlab-exp: $(IOTLAB_AUTH)
|
||||
iotlab-exp: $(IOTLAB_AUTH) all
|
||||
ifeq (,$(AD))
|
||||
@echo "experiment-cli submit -d $(IOTLAB_DURATION) -l $(IOTLAB_NODES),archi=$(IOTLAB_TYPE)+site=$(IOTLAB_SITE),$(ELFFILE),$(IOTLAB_PROFILE) -n riot_makefile_experiment"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user