Skip to content

Commit ec577e7

Browse files
Nicolas GeoffrayGerrit Code Review
authored andcommitted
Merge "Add the test name that is too long for diagnosing issues."
2 parents acd764a + bea3e31 commit ec577e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/etc/run-test-jar

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ fi
505505
DEX_LOCATION_STRIPPED="${DEX_LOCATION#/}"
506506
VDEX_NAME="${DEX_LOCATION_STRIPPED//\//@}@$TEST_NAME.jar@classes.vdex"
507507
if [ ${#VDEX_NAME} -gt $max_filename_size ]; then
508-
echo "Dex location path too long."
508+
echo "Dex location path too long:"
509+
echo "$VDEX_NAME is ${#VDEX_NAME} character long, and the limit is $max_filename_size."
509510
exit 1
510511
fi
511512

0 commit comments

Comments
 (0)