mirror of https://github.com/openclaw/openclaw.git
test(perf): remove redundant ios team-id script invocation
This commit is contained in:
parent
c80a332def
commit
2b855704da
|
|
@ -123,10 +123,6 @@ exit 1`,
|
|||
expect(fallbackResult.stdout).toBe("AAAAA11111");
|
||||
|
||||
await writeFile(path.join(profilesDir, "two.mobileprovision"), "stub2");
|
||||
const preferredResult = runScript(homeDir, { IOS_PREFERRED_TEAM_ID: "BBBBB22222" });
|
||||
expect(preferredResult.ok).toBe(true);
|
||||
expect(preferredResult.stdout).toBe("BBBBB22222");
|
||||
|
||||
await writeExecutable(
|
||||
path.join(binDir, "fake-python"),
|
||||
`#!/usr/bin/env bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue