[COMMIT osv master] tests: do not include java tests for aarch64

3 views
Skip to first unread message

Commit Bot

unread,
Jul 21, 2020, 5:49:00 PM7/21/20
to osv...@googlegroups.com, Waldemar Kozaczuk
From: Waldemar Kozaczuk <jwkoz...@gmail.com>
Committer: Waldemar Kozaczuk <jwkoz...@gmail.com>
Branch: master

tests: do not include java tests for aarch64

Signed-off-by: Waldemar Kozaczuk <jwkoz...@gmail.com>

---
diff --git a/modules/tests/module.py b/modules/tests/module.py
--- a/modules/tests/module.py
+++ b/modules/tests/module.py
@@ -1,4 +1,6 @@
from osv.modules import api
+import os

-api.require('java-tests')
+if os.getenv('ARCH') == 'x64':
+ api.require('java-tests')
api.require('dl_tests')
Reply all
Reply to author
Forward
0 new messages