summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/config_file_lock_path/__test__.jsonc
blob: defb113b383a346a8760d7befff70432e0fd8bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tests": {
    "error_bad_checksum": {
      "args": "run --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 --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"
    }
  }
}