Skip to content

TestTools: remove hex address ignore pattern

Frank Winklmeier requested to merge fwinkl/athena:ut_hex into master

Our default test post-processing script nopost.sh used to ignore all lines with hex numbers. However, this can easily lead to lines being ignored that do contain valuable information and are not memory addresses. Therefore remove this default ignore rule and leave it up to the individual tests to decide if hex numbers should be ignored or not.

Requires: !51158 (merged) !51157 (merged)

Edited by Frank Winklmeier

Merge request reports