Skip to content

Commit

Permalink
php7_postgresql: Use serial terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Nov 1, 2021
1 parent ce839d6 commit 913c08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/apachetest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ sub test_mysql {

# poo#62000
sub postgresql_cleanup {
select_console 'root-console';
# Clean up
systemctl 'stop postgresql';
systemctl 'disable postgresql';
Expand Down
3 changes: 2 additions & 1 deletion tests/console/postgresql_server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ use apachetest qw(setup_pgsqldb destroy_pgsqldb test_pgsql postgresql_cleanup);
use Utils::Systemd 'systemctl';

sub run {
select_console 'root-console';
my $self = shift;
$self->select_serial_terminal;

# install the postgresql server package
zypper_call "in postgresql-server sudo";
Expand Down

0 comments on commit 913c08b

Please sign in to comment.