Browse Source

Build: fix command to run unit tests

merge-requests/1205/head
Duncan McNamara 5 years ago
committed by Nicolas Pomepuy
parent
commit
fc7f44763a
  1. 2
      buildsystem/compile.sh

2
buildsystem/compile.sh

@ -425,7 +425,7 @@ else
GRADLE_VLC_SRC_DIRS="$GRADLE_VLC_SRC_DIRS" CLI="" GRADLE_ABI=$GRADLE_ABI ./gradlew -Dmaven.repo.local=$M2_REPO $TARGET
echo -e "\n===================================\nRun following for UI tests:"
echo "adb shell am instrument -w -e package org.videolan.vlc.gui org.videolan.vlc.debug.test/org.videolan.vlc.MultidexTestRunner 1> result_UI_test.txt"
echo "adb shell am instrument -w -m -e clearPackageData true -e package org.videolan.vlc -e debug false org.videolan.vlc.debug.test/org.videolan.vlc.MultidexTestRunner 1> result_UI_test.txt"
fi
fi

Loading…
Cancel
Save