From: David Zafman Date: Fri, 18 Aug 2017 10:49:42 +0000 (-0700) Subject: tests: run-standalone.sh improve error message X-Git-Tag: v12.2.0~31^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=727557ff1a195d0d1a82abfcb310abe9500f43c2;p=ceph.git tests: run-standalone.sh improve error message Signed-off-by: David Zafman (cherry picked from commit 175b10795d12922e833b3a33591918d8033fb407) --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index f4cde3dd572..d470e0401ac 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