summaryrefslogtreecommitdiff
path: root/android/scripts/busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/scripts/busybox.sh')
-rwxr-xr-xandroid/scripts/busybox.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/scripts/busybox.sh b/android/scripts/busybox.sh
index 10dc2b1..06c756c 100755
--- a/android/scripts/busybox.sh
+++ b/android/scripts/busybox.sh
@@ -55,3 +55,6 @@ test_func dmesg
test_func grep service /init.rc
rm -r /data/busybox 1>/dev/null 2>/dev/null
+
+# clean exit so that lava-test-shell can trust the results
+exit 0