Skip to content

Conversation

@slawblauciak
Copy link
Contributor

Removes --text-expr argument and replaces it with --select
Refactors --pdb pytest call into pytest-utils.sh

Removes --text-expr argument and replaces it with --select <name>
Refactors --pdb pytest call into pytest-utils.sh

Signed-off-by: Sławomir Błauciak <[email protected]>
)
fi

if [[ $TRITON_TEST_DEBUG_FAIL = true ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this option? In my opinion our developers usually debug individual test variant and call pytest directly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was added in the previous PR

--test-expr)
TEST_FILTER_EXPRESSION="$2"
--select)
TRITON_TEST_SELECT="$2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this option work in conjunction with the skiplist?

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.

Add ability to run individual tests using test-triton.sh

3 participants