Skip to content
Snippets Groups Projects

Fix the overlap check

Merged Whitney Armstrong requested to merge overlap_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -27,7 +27,7 @@ overlap_check:
- ["compile"]
script:
#- $(exit $(checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l ))
- checkOverlaps -c topside.xml | tee doc/overlap_check.out | wc -l
- checkOverlaps -c eic_beamline.xml | tee doc/overlap_check.out | wc -l
- cat doc/overlap_check.out
allow_failure: true
Loading