1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[requirements]
priority 10
[ezsteps]
# should fail on next step
lookitnada ls /nada
[triggers]
COMPLETED/FAIL xterm;echo
[test_meta]
author matt
owner bob
description This test runs a single ezstep which fails immediately.
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[requirements]
priority 10
[ezsteps]
# should fail on next step
lookitnada ls /nada
[triggers]
# run like this: cmd test-id test-rundir trigger
COMPLETED/FAIL xterm;echo
[test_meta]
author matt
owner bob
description This test runs a single ezstep which fails immediately.
|