summaryrefslogtreecommitdiff
path: root/rtems-coverage/do_coverage
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-05 20:18:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-05 20:18:54 +0000
commit669e4df90c9fdc352dd50aea2296f77675498fbb (patch)
tree24679e27888986fc1418f9c3f2e40254fdd1421b /rtems-coverage/do_coverage
parente509fbcf752af562d271f310858082eb0601758c (diff)
2010-03-05 Joel Sherrill <joel.sherrilL@oarcorp.com>
* .cvsignore: Add covoar * CoverageMapBase.cc: Fix off by one bug which resulted in thinking there was branch information on simulators which provided no branch information. * do_coverage: Improve error message.
Diffstat (limited to 'rtems-coverage/do_coverage')
-rwxr-xr-xrtems-coverage/do_coverage3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtems-coverage/do_coverage b/rtems-coverage/do_coverage
index 96b4a61..4da90ed 100755
--- a/rtems-coverage/do_coverage
+++ b/rtems-coverage/do_coverage
@@ -213,7 +213,8 @@ fi
# Basic error checking and sanity checking on the directory structure
# and PATH
if [ ! -d ${COVBASE} ] ; then
- echo You do not have ${COVBASE}
+ echo "The directory you specified for the base of the coverage run is "
+ echo "not present. (${COVBASE})"
exit 1
fi