test: Port yaml test to mcl
This commit is contained in:
8
test/shell/graph-exit1.mcl
Normal file
8
test/shell/graph-exit1.mcl
Normal file
@@ -0,0 +1,8 @@
|
||||
exec ["exec1", "exec2", "exec3", "exec4", "exec0",] {
|
||||
cmd => "sleep 15s",
|
||||
}
|
||||
|
||||
# linear chain
|
||||
Exec["exec1"] -> Exec["exec2"]
|
||||
Exec["exec2"] -> Exec["exec3"]
|
||||
Exec["exec3"] -> Exec["exec4"]
|
||||
Reference in New Issue
Block a user