Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/OpenSearch-Dashboards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d0dbf5c9382e522300cb7b7f7c6366552a1bab97
Choose a base ref
..
head repository: opensearch-project/OpenSearch-Dashboards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac7150a0f876775eeb35f53408e07e7c759925f3
Choose a head ref
Showing with 10 additions and 0 deletions.
  1. +10 −0 src/dev/build/args.test.ts
10 changes: 10 additions & 0 deletions src/dev/build/args.test.ts
Original file line number Diff line number Diff line change
@@ -66,6 +66,7 @@ it('build dist for current platform, without packages, by default', () => {
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -96,6 +97,7 @@ it('build dist for linux x64 platform, without packages, if --linux is passed',
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -126,6 +128,7 @@ it('build dist for linux arm64 platform, without packages, if --linux-arm is pas
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -156,6 +159,7 @@ it('build dist for darwin x64 platform, without packages, if --darwin is passed'
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -186,6 +190,7 @@ it('build dist for windows x64 platform, without packages, if --windows is passe
"windows": true,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -216,6 +221,7 @@ it('builds packages if --all-platforms is passed', () => {
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -246,6 +252,7 @@ it('limits packages if --rpm passed with --all-platforms', () => {
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -276,6 +283,7 @@ it('limits packages if --deb passed with --all-platforms', () => {
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -307,6 +315,7 @@ it('limits packages if --docker passed with --all-platforms', () => {
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,
@@ -338,6 +347,7 @@ it('limits packages if --docker passed with --skip-docker-ubi and --all-platform
"windows": false,
},
"versionQualifier": "",
"withTranslations": false,
},
"log": <ToolingLog>,
"showHelp": false,