]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: run-make-check.sh arguments are passed to configure
authorLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 08:47:57 +0000 (09:47 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 16:53:00 +0000 (17:53 +0100)
commit46c83d95285834f8d09dc2fc19b0bbc4f0f48ba5
treed52896ca3d45f3f6521492b1aeb9ade4e4919031
parent94abadbd804c4945322080ccdb91ba29bb45d829
tests: run-make-check.sh arguments are passed to configure

All run-make-check.sh arguments are transparently given to the configure
command. For instance:

    run-make-check.sh --enable-root-make-check

implies

    ./configure --enable-root-make-check

Signed-off-by: Loic Dachary <ldachary@redhat.com>
run-make-check.sh