Skip to content

Commit 8f48ac6

Browse files
committed
small upgrades
1 parent a9b5bd9 commit 8f48ac6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/scripts/dispatch_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def run_check(
7878
header = f"===== OUTPUT: {check} :: {package} (exit {exit_code}) ====="
7979
trailer = "=" * len(header)
8080
if in_ci():
81-
print(f"##[group]{package} :: {check}")
81+
print(f"##[group]{package} :: {check} :: {exit_code}")
8282

8383
if stdout:
8484
print(header)

eng/tools/azure-sdk-tools/azpysdk/install_and_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def _build_pytest_args(self, package_dir: str, args: argparse.Namespace) -> List
179179
"--ignore=azure",
180180
"--ignore=.tox",
181181
"--ignore-glob=**/.venv*",
182+
"--ignore-glob=**/.venv*/**",
182183
"--ignore=build",
183184
"--ignore=.eggs",
184185
"--ignore=samples",

0 commit comments

Comments
 (0)