blob: 5c901e709e5eda3a17d6a419bde66702dba947ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"tests": {
"error_bad_checksum": {
"args": "run --allow-import --config=config_file_lock_path.json http://localhost:4545/run/019_media_types.ts",
"output": "config_file_lock_path.out",
"exitCode": 10
},
"lock_flag_override": {
"args": "run --allow-import --lock=run/lock_check_ok2.json --config=config_file_lock_path.json http://localhost:4545/run/019_media_types.ts",
"output": "019_media_types.ts.out"
}
}
}
|