Merge "Fix target temporary file logging in run-test" into ics-mr1-plus-art
diff --git a/test/run-test b/test/run-test
index 38f8f83..7e99c04 100755
--- a/test/run-test
+++ b/test/run-test
@@ -256,7 +256,7 @@
         echo ' '
     fi
     echo "${TEST_NAME} files left in ${tmp_dir} on host"
-    if [ "$host_mode" = "yes" ]; then
+    if [ "$host_mode" = "no" ]; then
         echo "and in ${DEX_LOCATION} on target"
     fi