TestTools: Implement select/ignore rules in post.sh
Re-design of the post.sh
command line:
- Use
-i
/-s
to specify ignore/select patterns - Always apply the default ignore list
- Make sure common ERRORs are always part of the selection
This version of the script implements the changes discussed during last week's Hackathon.
The new features are not enabled yet as they rely on changes to atlas_add_test
arriving separately (see the CMakeLists.txt
in this MR for the proposed syntax change). The old EXTRA_PATTERNS syntax is still supported for the moment but will be removed in a future version.
Edited by Frank Winklmeier