We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a087e commit ea2baaaCopy full SHA for ea2baaa
tests/acceptance/run.sh
@@ -261,6 +261,7 @@ function run_behat_tests() {
261
FAILED_SCENARIO_PATHS_COLORED=`awk '/Failed scenarios:/',0 ${TEST_LOG_FILE} | grep -a feature`
262
# There will be some ANSI escape codes for color in the FEATURE_COLORED var.
263
# Strip them out so we can pass just the ordinary feature details to Behat.
264
+ # Also strip everything after ".feature:XX", including text such as "(on line xx)" added by Behat indicating the failing step's line number.
265
# Thanks to https://en.wikipedia.org/wiki/Tee_(command) and
266
# https://stackoverflow.com/questions/23416278/how-to-strip-ansi-escape-sequences-from-a-variable
267
# for ideas.
0 commit comments