diff --git a/AtlasTest/TestTools/share/post.sh b/AtlasTest/TestTools/share/post.sh
index 1cae95b38bce46ec6167d2283752be28059d56b3..aa1e079d26a3a4c7f6361a8fbb7d76ee724a8c88 100755
--- a/AtlasTest/TestTools/share/post.sh
+++ b/AtlasTest/TestTools/share/post.sh
@@ -213,6 +213,9 @@ PP="$PP"'|Warning in <TInterpreter::ReadRootmapFile>: enum'
 # Ignore sourceID message from EventSelector.
 PP="$PP"'|Disconnecting input sourceID'
 
+# Printouts from new-style job configuration.
+PP="$PP"'|Py:ComponentAccumulator +INFO '
+PP="$PP"'|^[a-zA-Z0-9.]+ +: [^ ]'
 
 if [ "$extrapatterns" != "" ]; then
  PP="$PP""|$extrapatterns"