File: group.t

package info (click to toggle)
shove 0.8.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: sh: 196; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
t_ok ok
t_ng ng
(
  t_substart "start child"
  t_ok c1
  t_ng c2
  t_success foo "command 'foo' fails"
  (
    t_substart "grand child"
    t_ok gc1
    t_ng gc2
    t_subclose
  )
  t_subend "grand child"
  t_subclose
)
t_subend "end child"