summaryrefslogtreecommitdiff
path: root/linaro-android-kernel-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linaro-android-kernel-tests.sh')
-rwxr-xr-xlinaro-android-kernel-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro-android-kernel-tests.sh b/linaro-android-kernel-tests.sh
index 7345c03..352c7fc 100755
--- a/linaro-android-kernel-tests.sh
+++ b/linaro-android-kernel-tests.sh
@@ -32,10 +32,10 @@ run_ashmemtest_expanded()
diff $DIR/tmp.out $DIR/$TESTNAME.out > /dev/null
if [ $? -eq 0 ]; then
cat $DIR/tmp.out
- echo "[$TESTNAME]: test passed"
+ echo "[ashmem_expanded_$TESTNAME]: test passed"
else
cat $DIR/tmp.out
- echo "[$TESTNAME]: test failed"
+ echo "[ashmem_expanded_$TESTNAME]: test failed"
fi
rm $DIR/tmp.out
done