From 175b10795d12922e833b3a33591918d8033fb407 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Fri, 18 Aug 2017 03:49:42 -0700 Subject: [PATCH] tests: run-standalone.sh improve error message Signed-off-by: David Zafman --- qa/run-standalone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5