-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'topic/vadim/win' into 'master'
Fix testing on Windows Closes #244 See merge request eng/ide/VSS!331
- Loading branch information
Showing
4 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
emoji | ||
json5-tests | ||
parse-number-fxx-test-data | ||
ucd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
testsuite/run_test_application_arguments.cmd → testsuite/run_test_application_arguments.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
:: Run test driver executable and pass necessary arguments | ||
:: It is workaround of failure to process command line arguments with Unicode | ||
:: characters by Makefile/bash on GitHub Actions. | ||
.objs\tests\test_application_arguments.exe hello привет გამარჯობა 👋 | ||
:: Run test driver executable and pass necessary arguments | ||
:: It is workaround of failure to process command line arguments with Unicode | ||
:: characters by Makefile/bash on GitHub Actions. | ||
chcp 65001 | ||
.objs\tests\test_application_arguments.exe hello привет გამარჯობა 👋 |