Skip to content

Commit

Permalink
Merge pull request #9789 from eleuzi01/issue-74-backport
Browse files Browse the repository at this point in the history
[Backport 3.6] Move scripts used by all-core.sh to the framework
  • Loading branch information
mpg authored Dec 10, 2024
2 parents 2db55a5 + 383ae2f commit 189bf03
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 303 deletions.
183 changes: 0 additions & 183 deletions scripts/output_env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tests/scripts/basic-build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CONFIG_BAK="$CONFIG_H.bak"
OPENSSL="$OPENSSL" \
GNUTLS_CLI="$GNUTLS_CLI" \
GNUTLS_SERV="$GNUTLS_SERV" \
scripts/output_env.sh
framework/scripts/output_env.sh
echo

# Step 1 - Make and instrumented build for code coverage
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/check_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ShebangIssueTracker(FileIssueTracker):
b'sh': 'sh',
}

path_exemptions = re.compile(r'tests/scripts/quiet/.*')
path_exemptions = re.compile(r'framework/scripts/quiet/.*')

def is_valid_shebang(self, first_line, filepath):
m = re.match(self._shebang_re, first_line)
Expand Down
19 changes: 0 additions & 19 deletions tests/scripts/quiet/cmake

This file was deleted.

19 changes: 0 additions & 19 deletions tests/scripts/quiet/make

This file was deleted.

79 changes: 0 additions & 79 deletions tests/scripts/quiet/quiet.sh

This file was deleted.

0 comments on commit 189bf03

Please sign in to comment.