Public dry run dryrun-0b6a82183be2
Source commit: 0b6a82183be25780b308c75442a9b5f602f727d4
This commit is contained in:
parent
8c0c336ae9
commit
5386bb851f
16 changed files with 608 additions and 95 deletions
|
|
@ -883,7 +883,7 @@ async function main() {
|
|||
const disasmerNode = executable(installDir, "disasmer-node");
|
||||
const disasmerDap = executable(installDir, "disasmer-debug-dap");
|
||||
|
||||
const defaultLoginPlan = runJson(disasmer, ["login"], { cwd: checkout });
|
||||
const defaultLoginPlan = runJson(disasmer, ["login", "--json"], { cwd: checkout });
|
||||
assert.strictEqual(defaultLoginPlan.coordinator, serviceEndpoint);
|
||||
|
||||
const suffix = String(Date.now());
|
||||
|
|
@ -902,6 +902,7 @@ async function main() {
|
|||
[
|
||||
"login",
|
||||
"--browser",
|
||||
"--json",
|
||||
"--complete-browser-code",
|
||||
oidcCode,
|
||||
"--oidc-issuer-url",
|
||||
|
|
@ -959,6 +960,7 @@ async function main() {
|
|||
`${cliNode}-public-key`,
|
||||
"--enrollment-grant",
|
||||
cliGrant.grant.grant_id,
|
||||
"--json",
|
||||
],
|
||||
{ cwd: checkout }
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue