-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test showing PASS, even if command not found #431
Comments
found one more similar ===> Starting test <===
convert::expect_success_and_warning: Running: 'kompose -f /home/hummer/go/src/github.com/kubernetes-incubator/kompose/script/test/fixtures/ngnix-node-redis/docker-compose.yml convert --stdout -j' expected_output: '/home/hummer/go/src/github.com/kubernetes-incubator/kompose/script/test/fixtures/ngnix-node-redis/output-k8s.json' expected_warning: 'Kubernetes provider doesn't support build key - ignoring'
PASS: converted output matches
PASS: warning found: 'Kubernetes provider doesn't support build key - ignoring'./script/test/cmd/tests.sh: line 48: convert::expect_success_warning: command not found |
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Mar 30, 2017
Fixes kubernetes#431 fixed commands where output showing `command not found` and k8s output added for restart-options example.
Merged
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Mar 30, 2017
Fixes kubernetes#431 fixed commands where output showing `command not found` and k8s output added for restart-options example.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Mar 30, 2017
Fixes kubernetes#431 fixed commands where output showing `command not found` and k8s output added for restart-options example.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Mar 30, 2017
Fixes kubernetes#431 fixed commands where output showing `command not found` and k8s output added for restart-options example.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run,
but I found this output,
Test are passing even if it shows command not found.
The text was updated successfully, but these errors were encountered: