]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/cli/ceph-conf/env-vs-args.t: accept new error messages
authorDan Mick <dan.mick@redhat.com>
Tue, 25 Apr 2017 06:36:38 +0000 (23:36 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 25 Apr 2017 06:36:38 +0000 (23:36 -0700)
Failing to load ceph.conf now dumps more errors for the user

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/test/cli/ceph-conf/env-vs-args.t

index 76b2dec9cfb850a3d60de3e19e5da3ce4eebcf22..d14c483d37638942a1ecd2de40ca38408e963914 100644 (file)
@@ -1,6 +1,10 @@
 # we can use CEPH_CONF to override the normal configuration file location.
   $ env CEPH_CONF=from-env ceph-conf -s foo bar
   .* \-1 did not load config file, using default settings. (re)
+  .* \-1 Errors while parsing config file! (re)
+  .* \-1 parse_file: cannot open from-env: \(2\) No such file or directory (re)
+  .* \-1 Errors while parsing config file! (re)
+  .* \-1 parse_file: cannot open from-env: \(2\) No such file or directory (re)
   [1]
 
 # command-line arguments should override environment