test-arvo-upgrade-path: don't install vere [ci skip]

Strictly we just want to test the upgrade path for *Arvo* in this
script.  Removing the 'make install' line makes sure that we use
whatever Vere version is accessible on our PATH.
This commit is contained in:
Jared Tobin 2020-01-23 04:34:28 +04:00
parent 267081424b
commit ccb27b1e6f
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -45,7 +45,6 @@ boot_ship() {
rev=$2
git checkout $rev
make install
urbit -d -F $ship -B bin/brass.pill
}