]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/run-standalone.sh: s/Makefile/CMakeCache.txt/
authorKefu Chai <kchai@redhat.com>
Thu, 30 May 2019 15:43:31 +0000 (23:43 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 May 2019 15:52:36 +0000 (23:52 +0800)
as we could use a generator other than Make, for instance ninja.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/run-standalone.sh

index 92cca83ce7fd41564693221dae8fd0dae04eeb3c..9c264d5d0e4ab2519a2394e9c96f176b1989f9e6 100755 (executable)
@@ -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