소스 검색

Merge pull request #1349 from rengolin/eclregress

Add more ignore rules to ecl regress

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 13 년 전
부모
커밋
fda88f7800
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 '\d* ms' \
          -I 'at \/.*\(\d*\)$' \
+         -I '\d*s total time' \
+         -I 'hash=\"[0-9a-f]*"' \
          $quick $compare_dir $target_dir
 fi