Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can check definition for valid trigger expression and in-limits for existing definition file using the command:


Code Block
languagebash
title

...

Command Line
ecflow_client --load=/my/home/exotic.def check_only



Code Block
languagepy
titlePython
from ecflow import Defs 
defs = Defs('/my/home/exotic.def')
print(defs.check())



This will check that the suite definition is correct and can be loaded into the server.

...