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

package_test.py: fix rez-test header command with % #572

Merged

Conversation

e2lka
Copy link

@e2lka e2lka commented Feb 5, 2019

We had a test with a command that contains a % that was raising because of a bad use of print_header in package_test.py.

print_header("Running test commange: my command 3%")
FAIL

print_header("Running test commange",  "my command 3%")
OK

@JeanChristopheMorinRodeoFX
Copy link
Contributor

@nerdvegas Another easy one. In the same line as #540. Though this current PR is not just cosmetic, it is really a bug that prevents us from running rez-test in some cases.

We targetted the develop branch and hope it's the right branch to target... Let us know if it's not.

Thanks!

@nerdvegas nerdvegas merged commit c82a4b0 into AcademySoftwareFoundation:develop Mar 15, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants