aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Cotty <raphael.cotty@gmail.com>2021-01-19 22:32:16 +0100
committerRaphaël Cotty <raphael.cotty@gmail.com>2021-01-21 18:37:16 +0000
commit3fbff749c6e1a396fd4e03f6287f5180ff09c1f0 (patch)
tree06fee60e060d6233f1c6bd6b2e23b645ddbde7cd
parentca072e8f40c22b98c84be050be68edeb6a71eb6a (diff)
Android: Simplify blackbox test
Remove some of the blackbox tests that were redundant in order to avoid timeout cancellation on github. Change-Id: Icc01cd1509c499877e06ccb62afde1b8837faa7d Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rwxr-xr-xscripts/test-qt-for-android.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/test-qt-for-android.sh b/scripts/test-qt-for-android.sh
index 793ba248d..4d476624b 100755
--- a/scripts/test-qt-for-android.sh
+++ b/scripts/test-qt-for-android.sh
@@ -67,11 +67,6 @@ if [ ! "${QT_VERSION}" \< "5.14.0" ] && [ "${QT_VERSION}" \< "6.0.0" ]; then
echo "Using multi-arch data sets for qml tests (only for qt version >= 5.14 and < 6.0.0) with all architectures"
qbs config --list
tst_blackbox-android
-
- echo "Using multi-arch data sets for qml tests (only for qt version >= 5.14) with only armv7a and x86_64"
- qbs config profiles.qbs_autotests-android-qt.qbs.architectures '["armv7a","x86_64"]'
- qbs config --list
- tst_blackbox-android
fi;
echo "Using single-arch (armv7a) data sets for qml tests"