summaryrefslogtreecommitdiff
path: root/tests/specs/cert/cafile_compile/__test__.jsonc
blob: 0f5622dc595f7fa8fe5389db6791c7206968614c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "tempDir": true,
  "steps": [{
    "args": "compile --allow-net --cert ../RootCA.pem cafile_ts_fetch.ts",
    "cwd": "cert",
    "output": "[WILDCARD]"
  }, {
    "if": "windows",
    "commandName": "./cafile_ts_fetch.exe",
    "cwd": "cert",
    "args": [],
    "flaky": true,
    "output": "[WILDCARD]\nHello\n"
  }, {
    "if": "unix",
    "commandName": "./cafile_ts_fetch",
    "cwd": "cert",
    "args": [],
    "flaky": true,
    "output": "[WILDCARD]\nHello\n"
  }]
}