Skip to content
  • Frank Winklmeier's avatar
    TestTools: Add nopost.sh script · f8157a65
    Frank Winklmeier authored
    The default ctest post-processing script (post.sh) requires a reference
    log file in all cases (otherwise it prints a warning). In case the test
    output is irrelevant, one can now use the nopost.sh script in the test
    definition:
    
    ```
    atlas_add_test( ...
       POST_EXEC_SCRIPT nopost.sh )
    ```
    
    
    Former-commit-id: c83f63a3
    f8157a65