Skip to content
Snippets Groups Projects
Commit 74906352 authored by Moe Jette's avatar Moe Jette
Browse files

Minor change in error message for clarity.

parent fe581711
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if [ $rc -eq 0 ]; then
rc=$?
fi
if [ $rc -ne 0 ]; then
echo "FAILURE: cd to testsuite/expect before starting regression"
echo "FAILURE: cd to 'testsuite/expect' before starting 'regression'"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment