commit | c5c8840d045f36aba431734b7a0893589de109a6 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@opennetworking.org> | Tue Aug 15 17:02:32 2017 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Wed Aug 16 00:18:43 2017 +0000 |
tree | 84769d5616b2901adb35b246f8fb49f2cb911248 | |
parent | b57fdb00d82d5f01e2b11e7ce87313f6d566b245 [diff] [blame] |
Bug fixes for proxy-stc Change-Id: Ic6d7bb0e58a4837e8bd8e96e3decac199f20c04f
diff --git a/tools/test/bin/onos-push-test-bits b/tools/test/bin/onos-push-test-bits index 1965643..4f6ba57 100755 --- a/tools/test/bin/onos-push-test-bits +++ b/tools/test/bin/onos-push-test-bits
@@ -12,5 +12,5 @@ scp -q $ONOS_TEST_TAR $remote:/tmp ssh $remote " rm -f /tmp/onos $ONOS_TEST_BITS - cd /tmp && tar zxf $ONOS_TEST_BITS.tar.gz && ln -s $ONOS_TEST_BITS onos + cd /tmp && tar zxf $ONOS_TEST_BITS.tar.gz && ln -s onos-test-$ONOS_POM_VERSION onos "