Skip to content
Snippets Groups Projects
  • Giovanni Bussi's avatar
    01f620bd
    Added function plumed_custom_skip · 01f620bd
    Giovanni Bussi authored
    Can be used to skip a regtest based on some complex test.
    E.g., to skip a test on mac add this to the config file:
    
    function plumed_custom_skip(){
      if [ "$(uname)" == "Darwin" ] ; then
        return 0
      fi
    }
    01f620bd
    History
    Added function plumed_custom_skip
    Giovanni Bussi authored
    Can be used to skip a regtest based on some complex test.
    E.g., to skip a test on mac add this to the config file:
    
    function plumed_custom_skip(){
      if [ "$(uname)" == "Darwin" ] ; then
        return 0
      fi
    }
Code owners
Assign users and groups as approvers for specific file changes. Learn more.