Skip to content

Commit

Permalink
updated tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws committed Jun 20, 2024
1 parent b9390e8 commit 05440db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/run_automated_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def run_special_case_tests(service):

if len(cmake_files) == 0:
print("No special tests found.")
return [1, 0, 0]
return [0, 0, 0]

print("-" * 88)
print(f"Running special tests for {service}.")
Expand Down

0 comments on commit 05440db

Please sign in to comment.