Skip to content

Commit

Permalink
return value
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Oct 18, 2023
1 parent 0c7930a commit f802a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ def main():
# stats.print_stats("local_path", 20) # Only show 20 of the listings
# stats.sort_stats('cumulative').print_stats('dir_name', 20) # Sort by cumulative time

return_value = int(return_value_doc_tests and return_value_unit_tests)
return_value = return_value_doc_tests + return_value_unit_tests

print("run_test.py return code:", return_value)

return return_value + 1
return return_value


if __name__ == "__main__":
Expand Down

0 comments on commit f802a51

Please sign in to comment.