-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add separate OS versions of the test
- Loading branch information
1 parent
b0ff915
commit ac199f2
Showing
6 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
testsuite/tests/lint/common/help/test.out → ...ite/tests/lint/common/help_linux/test.out
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
usage: gnatrefactor.exe [--help|-h] [--help|-h] tool [--verbose|-v] [--pipe|-p] | ||
[--project|-P PROJECT] [--sources|-S SOURCES | ||
[SOURCES...]] [-X nm=val [nm=val...]] | ||
[--from-gnat-warnings|-fgw <file_with_gnat_warnings>] | ||
|
||
Refactor tools | ||
|
||
positional arguments: | ||
tool array_aggregates | ||
|
||
optional arguments: | ||
--help, -h Show this help message | ||
--help, -h Help | ||
--verbose, -v Print traces | ||
--pipe, -p Print the result to stdout instead of editing the | ||
files on disk | ||
--project, -P Project | ||
--sources, -S Source files to refactor | ||
-X Specify an external reference for Project Files | ||
--from-gnat-warnings, -fgw File with all obsolescent syntax GNAT warnings | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
gnatrefactor --help |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: help | ||
|
||
description: Tests the output of the --help flag | ||
|
||
driver: shell_script | ||
|
||
control: | ||
- ['SKIP', 'env.build.os.name != "windows"'] |