Merge pull request #1 from DinCahill/fix/roundcube

roundcube: tests - add space to db password, check setup script worked
This commit is contained in:
f--t
2019-11-19 13:14:40 -08:00
committed by GitHub
+1
View File
@@ -23,6 +23,7 @@ import ./make-test.nix ({ pkgs, ...} : {
testScript = '' testScript = ''
$roundcube->start; $roundcube->start;
$roundcube->waitForUnit("postgresql.service"); $roundcube->waitForUnit("postgresql.service");
$roundcube->waitForUnit("roundcube-setup.service");
$roundcube->waitForUnit("phpfpm-roundcube.service"); $roundcube->waitForUnit("phpfpm-roundcube.service");
$roundcube->waitForUnit("nginx.service"); $roundcube->waitForUnit("nginx.service");
$roundcube->succeed("curl -sSfL http://roundcube/ | grep 'Keep me logged in'"); $roundcube->succeed("curl -sSfL http://roundcube/ | grep 'Keep me logged in'");