Skip to content

Commit

Permalink
ci: remove make debug flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed Jun 15, 2020
1 parent b867caa commit bb3e10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cluster-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ oneTimeTearDown() {
testClusterUpFirst() {
echo "=== BEGIN COMMAND OUTPUT ==="
exec 5>&1
CMD_OUTPUT="$(set -o pipefail; unbuffer make -d -j3 NODE_COUNT=1 KUBE_NETWORK="none" up 2>&1 | tee >(cat - >&5))"
CMD_OUTPUT="$(set -o pipefail; unbuffer make -j3 NODE_COUNT=1 KUBE_NETWORK="none" up 2>&1 | tee >(cat - >&5))"
rtrn=$?
echo "=== END COMMAND OUTPUT ==="

Expand Down

0 comments on commit bb3e10c

Please sign in to comment.