summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate3
1 files changed, 1 insertions, 2 deletions
diff --git a/validate b/validate
index eafbdb9b71..889c0e83a9 100755
--- a/validate
+++ b/validate
@@ -89,8 +89,7 @@ check_packages () {
if ! [ -d testsuite ]
then
- echo 'You need the testsuite to validate' >&2
- echo 'Run "./sync-all --testsuite get" to get it' >&2
+ echo 'Could not find the testsuite for validation' >&2
exit 1
fi