mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/testbed-support: fix iotlab-term target
This commit is contained in:
parent
5d84dd9061
commit
af3cc3b476
4
dist/testbed-support/Makefile.iotlab
vendored
4
dist/testbed-support/Makefile.iotlab
vendored
@ -96,9 +96,7 @@ iotlab-stop: $(IOTLAB_AUTH)
|
|||||||
IOTLABTERMFLASHDEPS ?= $(filter iotlab-flash iotlab-exp,$(MAKECMDGOALS))
|
IOTLABTERMFLASHDEPS ?= $(filter iotlab-flash iotlab-exp,$(MAKECMDGOALS))
|
||||||
|
|
||||||
iotlab-term: $(IOTLABTERMFLASHDEPS)
|
iotlab-term: $(IOTLABTERMFLASHDEPS)
|
||||||
$(Q)ssh -t $(IOTLAB_AUTHORITY) "iotlab-experiment get $(_NODES_LIST_OPTION) -i $(IOTLAB_EXP_ID) > /dev/null || \
|
$(Q)ssh -t $(IOTLAB_AUTHORITY) "iotlab-experiment get -i $(IOTLAB_EXP_ID) --print > /dev/null || iotlab-auth -u $(IOTLAB_USER)"
|
||||||
iotlab-auth -u $(IOTLAB_USER)"
|
|
||||||
|
|
||||||
$(Q)ssh -t $(IOTLAB_AUTHORITY) \
|
$(Q)ssh -t $(IOTLAB_AUTHORITY) \
|
||||||
"$(if $(IOTLAB_TMUX),tmux attach -t riot-$(IOTLAB_EXP_ID) || tmux new -s riot-$(IOTLAB_EXP_ID) ',) \
|
"$(if $(IOTLAB_TMUX),tmux attach -t riot-$(IOTLAB_EXP_ID) || tmux new -s riot-$(IOTLAB_EXP_ID) ',) \
|
||||||
$(if $(IOTLAB_LOGGING), \
|
$(if $(IOTLAB_LOGGING), \
|
||||||
|
Loading…
Reference in New Issue
Block a user