Versions Compared

Key

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

...

Text

Let us modify the suite definition file again

Code Block
# Definition of the suite test.
suite test
 edit ECF_INCLUDE "$HOME/course"    # replace $HOME with the path to your home directory
 edit ECF_HOME    "$HOME/course"

 family f6
     edit SLEEP 120
      late -c +00:01 # set late flag if task take longer than a minute
     endfamily
 endfamily
endsuite

 

...