mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
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>
This commit is contained in:
parent
fc7fa3087d
commit
b578a53b03
@ -1,4 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
function expect_false()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user