summaryrefslogtreecommitdiff
path: root/tests/specs/upgrade/invalid_version/__test__.jsonc
blob: 1fa81c1075c43e89fff6a9f7bd469aa7b9544de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "tests": {
    "canary": {
      "args": "upgrade --canary asdfasdf",
      "output": "canary.out",
      "exitCode": 1
    },
    "version": {
      "args": "upgrade --version asdfasdf",
      "output": "version.out",
      "exitCode": 1
    },
    "shorthand": {
      "args": "upgrade asdfasdf",
      "output": "shorthand.out",
      "exitCode": 1
    }
  }
}