Changeset 4462 for trunk/Ohana/src/opihi/scripts/sched.pro
- Timestamp:
- Jul 6, 2005, 10:29:08 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/scripts/sched.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/scripts/sched.pro
r4452 r4462 1 1 2 controller host localhost2 # controller host localhost 3 3 4 4 task test … … 6 6 periods -poll 1.0 7 7 periods -exec 2.0 8 periods -timeout 2.08 periods -timeout 8.0 9 9 # host local 10 10 host localhost … … 16 16 17 17 task.exit 0 18 echo stdout: $stdout 19 echo stderr: $stderr 20 exec echo "foo bar" >> failure.log 21 output test.log 18 # note that $stdout/$stderr may contain return characters 19 # which will interfere with 'exec' 20 output success.log 22 21 echo $stdout 23 22 output stdout 24 echo "successful job"25 23 end 26 24 27 25 task.exit 1 28 echo stdout: $stdout29 echo stderr: $stderr30 echo "failed job"26 output failure.log 27 echo $stdout 28 output stdout 31 29 end 32 30 … … 36 34 37 35 task.exit timeout 38 echo "job timed out" 36 output timeout.log 37 echo $stdout 38 output stdout 39 39 end 40 40 end
Note:
See TracChangeset
for help on using the changeset viewer.
