You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/15 23:14:33 UTC

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11737: [hexagon][testing] add test-skip logic; fixes

mehrdadh commented on code in PR #11737:
URL: https://github.com/apache/tvm/pull/11737#discussion_r898543760


##########
tests/python/contrib/test_hexagon/test_benchmark_elemwise_add.py:
##########
@@ -432,3 +422,7 @@ def test_elemwise_add(hexagon_launcher: HexagonLauncherRPC):
 
     if _BT.has_fail() > 0:
         pytest.fail("At least one benchmark configuration failed", pytrace=False)
+
+
+if __name__ == "__main__":
+    sys.exit(tvm.testing.main())

Review Comment:
   please change it to `tvm.testing.main()`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org