From: David Zafman Date: Fri, 18 Aug 2017 10:49:42 +0000 (-0700) Subject: tests: run-standalone.sh improve error message X-Git-Tag: v13.0.0~75^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17093%2Fhead;p=ceph.git tests: run-standalone.sh improve error message Signed-off-by: David Zafman --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index 45f69434f9d83..82568638ee4ef 100755 --- a/qa/run-standalone.sh +++ b/qa/run-standalone.sh @@ -7,7 +7,7 @@ if [ ! -e Makefile -o ! -d bin ]; then fi if [ ! -d /tmp/ceph-disk-virtualenv -o ! -d /tmp/ceph-detect-init-virtualenv ]; then - echo '/tmp/*-virtualenv directories not built' + echo '/tmp/*-virtualenv directories not built. Please run "make check" first.' exit 1 fi