aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/distribtest_targets.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-02 13:24:10 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-02 13:24:10 -0800
commitb06e2630b0a4d7bbf3e47a233ab6138652871511 (patch)
treec3f6284cce0c1f97812c2a7a29ce2650bfd2146c /tools/run_tests/distribtest_targets.py
parenta0ff10cb5f4b3a59384150aea4b1f87dbd364b4c (diff)
Add arch
Diffstat (limited to 'tools/run_tests/distribtest_targets.py')
-rw-r--r--tools/run_tests/distribtest_targets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/distribtest_targets.py b/tools/run_tests/distribtest_targets.py
index 8a05dd37e7..b066464c2d 100644
--- a/tools/run_tests/distribtest_targets.py
+++ b/tools/run_tests/distribtest_targets.py
@@ -123,5 +123,6 @@ def targets():
PythonDistribTest('linux', 'x64', 'fedora22'),
PythonDistribTest('linux', 'x64', 'fedora23'),
PythonDistribTest('linux', 'x64', 'opensuse'),
+ PythonDistribTest('linux', 'x64', 'arch'),
]