Skip to content

infra: base-builder: compile: wrap find names in quotes#8943

Merged
oliverchang merged 1 commit into
masterfrom
python-infra-intro-update
Nov 8, 2022
Merged

infra: base-builder: compile: wrap find names in quotes#8943
oliverchang merged 1 commit into
masterfrom
python-infra-intro-update

Conversation

@DavidKorczynski

Copy link
Copy Markdown
Collaborator

Wrap wildcards in quotes as otherwise the script will autocomplete if there is a e.g. .json file in the current directory. This causes the wrong files to be moved, which means all_cov.json will not be moved to the introspector folder and thus wrong (no) coverage data will be used.

This error happens in e.g. g-api-auth-library-python

Wrap wildcards in quotes as otherwise the script will autocomplete if there is a e.g. .json file in the current directory. This causes the wrong files to be moved, which means `all_cov.json` will not be moved to the introspector folder and thus wrong (no) coverage data will be used.

This error happens in e.g. g-api-auth-library-python
@Navidem

Navidem commented Nov 7, 2022

Copy link
Copy Markdown
Contributor

Nice catch!

@Navidem Navidem left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DavidKorczynski

Copy link
Copy Markdown
Collaborator Author

Do we need trail builds for this? Otherwise this one should be good to go

@oliverchang

Copy link
Copy Markdown
Collaborator

/gcbrun trial_build.py htslib aspell zlib yara xpdf --sanitizer introspector --fuzzing-engine libfuzzer --force

@oliverchang oliverchang merged commit 7797279 into master Nov 8, 2022
@oliverchang oliverchang deleted the python-infra-intro-update branch November 8, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants