We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example https://github.com/humhei/FCSWatch/tree/master/tests/datas TestProject ref TestLibrary1 TestLibrary1 ref TestLibrary2
TestProject
TestLibrary1
TestLibrary2
If TestLibrary2 is compiling but not completed then
Expect behavior TestLibrary1 should wait TestLibrary2 to completed
Actual behavior TestLibrary1 doesn't wait TestLibrary2 to completed
If TestLibrary2 is completed but exit code is NonZero
Expect behavior TestLibrary1 should not compiling until (TestLibrary2 's exit code is zero)
Actual behavior TestLibrary1 still take compiling
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example
https://github.com/humhei/FCSWatch/tree/master/tests/datas
TestProject
refTestLibrary1
TestLibrary1
refTestLibrary2
If TestLibrary2 is compiling but not completed then
Expect behavior
TestLibrary1 should wait TestLibrary2 to completed
Actual behavior
TestLibrary1 doesn't wait TestLibrary2 to completed
If TestLibrary2 is completed but exit code is NonZero
Expect behavior
TestLibrary1 should not compiling until (TestLibrary2 's exit code is zero)
Actual behavior
TestLibrary1 still take compiling
The text was updated successfully, but these errors were encountered: