Skip to content

Commit d33d347

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into branch1
2 parents 16984cb + 0956de0 commit d33d347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__tests__/api/BundlePush/BundlePusher.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ describe("BundlePusher01", () => {
935935
});
936936

937937
await runPushTestWithError("__tests__/__resources__/ExampleBundle01", false,
938-
"A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\" " +
938+
"A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x/bin\" " +
939939
"&& npm install' in remote directory '/u/ThisDoesNotExist/12345678'. " +
940940
"Problem is: The output from the remote command implied that an error occurred, return code 1.");
941941

@@ -968,7 +968,7 @@ describe("BundlePusher01", () => {
968968
});
969969

970970
await runPushTestWithError("__tests__/__resources__/ExampleBundle01", false,
971-
"A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\" " +
971+
"A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x/bin\" " +
972972
"&& npm install' in remote directory '/u/ThisDoesNotExist/12345678'. " +
973973
"Problem is: The output from the remote command implied that an error occurred, return code 1.");
974974

@@ -1001,7 +1001,7 @@ describe("BundlePusher01", () => {
10011001
});
10021002

10031003
await runPushTestWithError("__tests__/__resources__/ExampleBundle01", false,
1004-
"A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\" " +
1004+
"A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x/bin\" " +
10051005
"&& npm install' in remote directory '/u/ThisDoesNotExist/12345678'. " +
10061006
"Problem is: The output from the remote command implied that an error occurred, return code 1.");
10071007

src/api/BundlePush/BundlePusher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class BundlePusher {
3636
private path = require("path");
3737
private fs = require("fs");
3838
private progressBar: ITaskWithStatus;
39-
private defaultRemoteNodehomeCmd = "export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\"";
39+
private defaultRemoteNodehomeCmd = "export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x/bin\"";
4040

4141
/**
4242
* Constructor for a BundlePusher.

0 commit comments

Comments
 (0)