Skip to content

Commit 617d12b

Browse files
author
Gabriel Monroy
committed
Merge pull request #1965 from gabrtv/test-latest
ref(tests): move test-nightly to test-latest
2 parents fcbb044 + 9528caa commit 617d12b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,22 @@ source $THIS_DIR/test-setup.sh
1818
trap cleanup EXIT
1919
trap dump_logs ERR
2020

21-
log_phase "Running test-nightly on $DEIS_TEST_APP"
21+
log_phase "Running test-latest on $DEIS_TEST_APP"
2222

2323
log_phase "Installing clients"
2424

2525
# FIXME: switch to deis CLI install from website
26-
cd $DEIS_ROOT/client
27-
sudo python setup.py install
28-
cd $THIS_DIR
26+
make -C client build
2927

3028
# install latest deisctl from the website
3129
curl -sSL http://deis.io/deisctl/install.sh | sudo sh
3230

31+
# ensure we use distributed unit files
32+
unset DEISCTL_UNITS
33+
34+
# use the built client binaries
35+
export PATH=$DEIS_ROOT/deisctl:$DEIS_ROOT/client/dist:$PATH
36+
3337
log_phase "Provisioning 3-node CoreOS"
3438

3539
export DEIS_NUM_INSTANCES=3

0 commit comments

Comments
 (0)