Commit 01f620bd authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added function plumed_custom_skip

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
}
parent 5a410950
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment