summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlinaro-android-kernel-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-android-kernel-tests.sh b/linaro-android-kernel-tests.sh
index 2d57c95..d756580 100755
--- a/linaro-android-kernel-tests.sh
+++ b/linaro-android-kernel-tests.sh
@@ -87,7 +87,7 @@ run_swp_swpb_test(){
run_all() {
echo "Running all tests"
- TESTS="ashmem ashmem_expanded binder sync vfat swp-swpb"
+ TESTS="ashmem ashmem_expanded binder vfat swp-swpb"
run_tests
}