blob: 3440a4907a2ff87ceafa525053de3718728867ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"tests": {
"error": {
"args": "test",
"output": "error.out",
"exitCode": 1
},
"permit_no_files": {
"args": "test --permit-no-files",
"output": "permit_no_files.out",
"exitCode": 0
}
}
}
|