Skip to content
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

The pod gives an error on this line and does not complete the tests. #10

Open
binnyrs opened this issue Mar 26, 2019 · 2 comments
Open

Comments

@binnyrs
Copy link

binnyrs commented Mar 26, 2019

VALUE=$(cat log-abac.txt | awk '/Query Result/ {print $NF}')

@binnyrs binnyrs changed the title The pod gives an error on this line and does not complete the tests. the output does not have "Query Result'' and then gives error. chnaging the line as below works fine: The pod gives an error on this line and does not complete the tests. Mar 26, 2019
@binnyrs
Copy link
Author

binnyrs commented Mar 26, 2019

changing the line as below works fine:

VALUE=$(cat log-abac.txt | awk '{print $1}')

@msolefonte
Copy link

msolefonte commented Mar 27, 2019

Has this been properly tested? I also have had problems with the ABAC test.

I created a PR for this, but someone more has to test it if able.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants