Przeglądaj źródła

Add more ignore rules to ecl regress

These patterns were identified as benign while running
on LNtesting and are generic enough to be applied globally.
Renato Golin 13 lat temu
rodzic
commit
e73cb78521
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      ecl/regress/regress.sh

+ 2 - 0
ecl/regress/regress.sh

@@ -110,6 +110,8 @@ if [[ $compare_dir ]]; then
          -I $target_dir \
          -I $target_dir \
          -I '\d* ms' \
          -I '\d* ms' \
          -I 'at \/.*\(\d*\)$' \
          -I 'at \/.*\(\d*\)$' \
+         -I '\d*s total time' \
+         -I 'hash=\"[0-9a-f]*"' \
          $quick $compare_dir $target_dir
          $quick $compare_dir $target_dir
 fi
 fi