]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: run-standalone.sh improve error message 17093/head
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 10:49:42 +0000 (03:49 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/run-standalone.sh

index 45f69434f9d83f914527ff9c3f8b1c44c90e80d4..82568638ee4ef64eb63b58b5ac8ee2abe7842fbe 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