1
0
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:
Martine S. Lenders 2020-01-21 14:56:30 +01:00
parent d169a6ac9f
commit 2fec1f7adc
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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) \