summaryrefslogtreecommitdiff
path: root/tests/specs/upgrade/specific_canary/__test__.jsonc
blob: ea86ee117d4f7761ec1ac2d3882aabc11c515e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "tempDir": true,
  "steps": [
    {
      "args": "eval Deno.copyFileSync(Deno.execPath(),'./deno_copy');",
      "exitCode": 0,
      "output": ""
    },
    {
      "commandName": "./deno_copy",
      "args": "upgrade --force --canary --version aaf2bf4bfbf90bed0b6e9812f337f057d1d24f93",
      "output": "upgrade.out",
      "exitCode": 0,
      "flaky": true
    },
    {
      "commandName": "./deno_copy",
      "args": "--version",
      "exitCode": 0,
      "output": "version.out"
    }
  ]
}