aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/post-build-lava.py')
-rwxr-xr-xbuild-scripts/post-build-lava.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 63c3815..bf09de1 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -85,8 +85,8 @@ def gen_lava_android_test_actions(tests=[]):
test_option = ''
if test.find('(') >= 0 and test.rfind(')') > test.find('(') \
and test[:test.find('(')].strip():
- test = test[:test.find('(')].strip()
test_option = test[test.find('(') + 1 : test.rfind(')')]
+ test = test[:test.find('(')].strip()
parameters = {'test_name': test}