From bea3e3173aefe1b57473632788cf531404bc2371 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 7 Mar 2017 09:59:05 +0000 Subject: [PATCH] Add the test name that is too long for diagnosing issues. Test: test-art-host Change-Id: Id9256536ab665fbab1f9788f84cc5c805dfb40a0 --- test/etc/run-test-jar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index 0ac5481f6..fb005984d 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -505,7 +505,8 @@ fi DEX_LOCATION_STRIPPED="${DEX_LOCATION#/}" VDEX_NAME="${DEX_LOCATION_STRIPPED//\//@}@$TEST_NAME.jar@classes.vdex" if [ ${#VDEX_NAME} -gt $max_filename_size ]; then - echo "Dex location path too long." + echo "Dex location path too long:" + echo "$VDEX_NAME is ${#VDEX_NAME} character long, and the limit is $max_filename_size." exit 1 fi -- 2.11.0