Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Nov 15, 2024
1 parent 07ad4bb commit 5d393c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
json: ${{ secrets.GWS_GITHUB_AUTOMATION_CREDS }}

- name: Run ScubaGoggles and check for correct output
run: pytest ./scubagoggles/Testing/Functional/SmokeTests/ -vvv --subjectemail="${{ secrets.GWS_SUBJECT_EMAIL }}" --customerdomain="${{ secrets.GWS_DOMAIN }}"
run: pytest -r P ./scubagoggles/Testing/Functional/SmokeTests/ -vvv --subjectemail="${{ secrets.GWS_SUBJECT_EMAIL }}" --customerdomain="${{ secrets.GWS_DOMAIN }}"
3 changes: 1 addition & 2 deletions scubagoggles/Testing/Functional/SmokeTests/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def test_scubagoggles_output(subjectemail):
print(f'failure return code {cp.returncode}')
print(cp.stdout)
if cp.returncode:
print(cp.stderr)
return
pytest.fail(f'An error occurred, {cp.stderr}')
output_path = get_output_path()
output: list = verify_output_type(output_path, [])
report_dir = sample_report_dir()
Expand Down

0 comments on commit 5d393c3

Please sign in to comment.