Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading