We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbb044 commit 9528caaCopy full SHA for 9528caa
1 file changed
tests/bin/test-nightly.sh tests/bin/test-latest.shtests/bin/test-nightly.sh renamed to tests/bin/test-latest.sh
@@ -18,18 +18,22 @@ source $THIS_DIR/test-setup.sh
18
trap cleanup EXIT
19
trap dump_logs ERR
20
21
-log_phase "Running test-nightly on $DEIS_TEST_APP"
+log_phase "Running test-latest on $DEIS_TEST_APP"
22
23
log_phase "Installing clients"
24
25
# FIXME: switch to deis CLI install from website
26
-cd $DEIS_ROOT/client
27
-sudo python setup.py install
28
-cd $THIS_DIR
+make -C client build
29
30
# install latest deisctl from the website
31
curl -sSL http://deis.io/deisctl/install.sh | sudo sh
32
+# ensure we use distributed unit files
+unset DEISCTL_UNITS
33
+
34
+# use the built client binaries
35
+export PATH=$DEIS_ROOT/deisctl:$DEIS_ROOT/client/dist:$PATH
36
37
log_phase "Provisioning 3-node CoreOS"
38
39
export DEIS_NUM_INSTANCES=3
0 commit comments