1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "tests": { "error": { "args": "test", "output": "error.out", "exitCode": 1 }, "permit_no_files": { "args": "test --permit-no-files", "output": "permit_no_files.out", "exitCode": 0 }, "allow_none": { "args": "test --allow-none", "output": "allow_none.out", "exitCode": 0 } } }