mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/testbed-support: Use IOTLAB_EXP_ID when trying to login at site
This commit is contained in:
parent
d169a6ac9f
commit
2fec1f7adc
2
dist/testbed-support/Makefile.iotlab
vendored
2
dist/testbed-support/Makefile.iotlab
vendored
@ -78,7 +78,7 @@ iotlab-stop: $(IOTLAB_AUTH)
|
||||
$(Q)iotlab-experiment stop -i $(IOTLAB_EXP_ID)
|
||||
|
||||
iotlab-term:
|
||||
$(Q)ssh -t $(IOTLAB_AUTHORITY) "iotlab-experiment get -r > /dev/null || \
|
||||
$(Q)ssh -t $(IOTLAB_AUTHORITY) "iotlab-experiment get -r -i $(IOTLAB_EXP_ID) > /dev/null || \
|
||||
iotlab-auth -u $(IOTLAB_USER)"
|
||||
|
||||
$(Q)ssh -t $(IOTLAB_AUTHORITY) \
|
||||
|
Loading…
Reference in New Issue
Block a user