From: Kefu Chai Date: Thu, 30 May 2019 15:43:31 +0000 (+0800) Subject: qa/run-standalone.sh: s/Makefile/CMakeCache.txt/ X-Git-Tag: v15.1.0~2598^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e5064b894ca9c5ab1a2eb91b6c57388125e520f1;p=ceph-ci.git qa/run-standalone.sh: s/Makefile/CMakeCache.txt/ as we could use a generator other than Make, for instance ninja. Signed-off-by: Kefu Chai --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index 92cca83ce7f..9c264d5d0e4 100755 --- a/qa/run-standalone.sh +++ b/qa/run-standalone.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -if [ ! -e Makefile -o ! -d bin ]; then +if [ ! -e CMakeCache.txt -o ! -d bin ]; then echo 'run this from the build dir' exit 1 fi