Skip to content

Commit a6b9ba6

Browse files
author
Filip Krahl
committed
define log_directory
Signed-off-by: Filip Krahl <filip.krahl@t-systems.com>
1 parent f551ded commit a6b9ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/postgres_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
its('output') { should eq 'on' }
296296
end
297297
describe postgres_session(USER, PASSWORD).query('SHOW log_directory;') do
298-
its('output') { should eq 'on' }
298+
its('output') { should eq '/var/log/postgresql' }
299299
end
300300
describe postgres_session(USER, PASSWORD).query('SHOW log_line_prefix;') do
301301
its('output') { should eq 'on' }

0 commit comments

Comments
 (0)