Skip to content

Commit

Permalink
Merge pull request #1852 from rapidsai/branch-21.10
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-21.10 to branch-21.12 [skip gpuci]
  • Loading branch information
GPUtester authored Sep 27, 2021
2 parents d4c8002 + 177e9ad commit d8af35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/python_e2e/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(algos,
funcs.teardown(*setup_objs)
log("done.")

return success is True
return 0 if success else 1


if __name__ == "__main__":
Expand Down

0 comments on commit d8af35e

Please sign in to comment.