File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ source $THIS_DIR/test-setup.sh
1717trap cleanup EXIT
1818trap dump_logs ERR
1919
20+ log_phase " Running documentation tests"
21+
22+ # test building documentation
23+ make -C docs/ test
24+
2025log_phase " Building from current source tree"
2126
2227# build all docker images and client binaries
@@ -25,10 +30,6 @@ make build
2530# use the built client binaries
2631export PATH=$DEIS_ROOT /deisctl:$DEIS_ROOT /client/dist:$PATH
2732
28- log_phase " Running documentation tests"
29-
30- make -C docs/ test
31-
3233log_phase " Running unit and functional tests"
3334
3435make test-components
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ source $THIS_DIR/test-setup.sh
1717trap cleanup EXIT
1818trap dump_logs ERR
1919
20+ log_phase " Running documentation tests"
21+
22+ # test building documentation
23+ make -C docs/ test
24+
2025log_phase " Building from current source tree"
2126
2227# build all docker images and client binaries
@@ -25,11 +30,6 @@ make build
2530# use the built client binaries
2631export PATH=$DEIS_ROOT /deisctl:$DEIS_ROOT /client/dist:$PATH
2732
28- log_phase " Running documentation tests"
29-
30- # test building documentation
31- make -C docs/ test
32-
3333log_phase " Running unit and functional tests"
3434
3535make test-components
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ source $THIS_DIR/test-setup.sh
1717trap cleanup EXIT
1818trap dump_logs ERR
1919
20+ log_phase " Running documentation tests"
21+
22+ # test building documentation
23+ make -C docs/ test
24+
2025log_phase " Building from current source tree"
2126
2227# build all docker images and client binaries
@@ -25,10 +30,6 @@ make build
2530# use the built client binaries
2631export PATH=$DEIS_ROOT /deisctl:$DEIS_ROOT /client/dist:$PATH
2732
28- log_phase " Running test-smoke"
29-
30- make -C docs/ test
31-
3233log_phase " Running unit and functional tests"
3334
3435make test-components
You can’t perform that action at this time.
0 commit comments