Skip to content

Commit

Permalink
(CI test, will revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Aug 14, 2023
1 parent ad62108 commit 11b57de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/cdash/tests/install_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function install($start_with_empty_db = false)
$this->clickSubmitByName('Submit');
$response = $this->getBrowser()->getContentAsText();
if (strpos($response, 'successfully created') === false) {
throw new Exception($response);
$this->fail("Unable to create database.");
return 1;
}
Expand Down

0 comments on commit 11b57de

Please sign in to comment.