]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: set -e explicitly in quota test 3364/head
authorJohn Spray <john.spray@redhat.com>
Tue, 13 Jan 2015 14:58:57 +0000 (14:58 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 13 Jan 2015 14:58:57 +0000 (14:58 +0000)
commitb578a53b0351435a8d9409772f762853bb2241b6
treec26cc8e970bccfacb8063216ba5676f2bcf114a9
parentfc7fa3087d66ce4606d8ec10440fa2ea9d707caa
qa: set -e explicitly in quota test

Previously was set in hashbang, which meant
that "./quota.sh" was OK, but "sh ./quota.sh" would
just run through ignoring errors.

Signed-off-by: John Spray <john.spray@redhat.com>
qa/workunits/fs/misc/quota.sh