]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: avoid bash == --shell confusion in docker-test-helper.sh
authorLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 13:22:31 +0000 (14:22 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 16:53:00 +0000 (17:53 +0100)
commitf0805957a20e54ab241cc1608d369fc48f183d36
tree6a51c99adfacf81e0414e02f4f1153d115e9937f
parent4a1c3b261a934d7f333cb335f69dc295aa344ea6
tests: avoid bash == --shell confusion in docker-test-helper.sh

Do not force interactive mode when the bash script is specified by the
user because it should be usable to run a small script instead of
starting an interactive shell session.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/docker-test-helper.sh