Commit 79829096 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix sanity grep check to look for yaml compatible success string

parent a6e80e3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -189,12 +189,12 @@ sanity_stage:
      - echo "Running memory sanity check for ParticleDescriptor"
      - chmod +x test_ParticleDescriptor
      - valgrind --leak-check=full --log-file=valgrind.log ./test_ParticleDescriptor
      - grep "ERROR SUMMARY: 0 errors" valgrind.log
      - grep "0 errors from 0 contexts" valgrind.log
      - echo "Running memory sanity check for output classes"
      - chmod +x test_outputs
      - rm valgrind.log
      - valgrind --leak-check=full --log-file=valgrind.log ./test_outputs
      - grep "ERROR SUMMARY: 0 errors" valgrind.log
      - grep "0 errors from 0 contexts" valgrind.log
      
running_stage:
   stage: run