Fix the expectations for test 007 to match the RI's output.

Also distinguish between building and running in run-test.

Change-Id: I4ca1a8b86839995959dd86b341086eb962e6f094
diff --git a/test/run-test b/test/run-test
index 4132a9d..6c51699 100755
--- a/test/run-test
+++ b/test/run-test
@@ -179,7 +179,7 @@
 
 # copy the test to a temp dir and run it
 
-echo "${test_dir}: running..." 1>&2
+echo "${test_dir}: building..." 1>&2
 
 rm -rf "$tmp_dir"
 cp -Rp "$test_dir" "$tmp_dir"
@@ -189,6 +189,8 @@
     cp "${progdir}/etc/default-build" build
 fi
 
+echo "${test_dir}: running..." 1>&2
+
 if [ '!' -r "$run" ]; then
     cp "${progdir}/etc/default-run" run
 fi