diff --git a/run-testsuite.sh b/run-testsuite.sh index 4e525260ad..26d4e004ca 100755 --- a/run-testsuite.sh +++ b/run-testsuite.sh @@ -385,7 +385,7 @@ if [[ ! -d $sourcedir ]]; then fi if [[ ! -d $builddir ]]; then - echo "Error: $sourcedir not found. Go to RTEMS source dir or specify the testsuites source dir with -s." + echo "Error: $builddir not found. Specify RTEMS build dir with -b." valuesflag=0 fi