Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #274 from ngtuna/travis-test-debug
Browse files Browse the repository at this point in the history
enable test debug
  • Loading branch information
ngtuna authored Aug 29, 2017
2 parents a853762 + 4a0aa5d commit a1e1fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ script:
- make all-yaml
- |
if [ "$TRAVIS_OS_NAME" = linux ]; then
export TEST_DEBUG=1
make integration-tests
fi
Expand Down
3 changes: 2 additions & 1 deletion script/libtest.bash
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ test_kubeless_function() {
k8s_wait_for_pod_ready -l function=${func}
case "${func}" in
*pubsub*)
func_topic=$(kubeless function describe "${func}" -o yaml|sed -n 's/^topic: //p')
func_topic=$(kubeless function describe "${func}" -o yaml|sed -n 's/topic: //p')
echo_info "FUNC TOPIC: $func_topic"
_wait_for_kubeless_kafka_topic_ready ${func_topic:?};;
esac
make -sC examples ${func}-verify
Expand Down

0 comments on commit a1e1fab

Please sign in to comment.