]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: run-standalone.sh improve error message
authorDavid Zafman <dzafman@redhat.com>
Fri, 18 Aug 2017 10:49:42 +0000 (03:49 -0700)
committerDavid Zafman <dzafman@redhat.com>
Fri, 18 Aug 2017 16:10:19 +0000 (09:10 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 175b10795d12922e833b3a33591918d8033fb407)

qa/run-standalone.sh

index f4cde3dd57280d6105a506dc01ecac99d3329db0..d470e0401acc3120af5f12d3bfbd2ebf1456d184 100755 (executable)
@@ -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