Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
75b8488a
Commit
75b8488a
authored
Sep 24, 2014
by
Thomas Müller
Browse files
autotest.sh shall not terminate if mysql db could not be dropped
parent
5ff5b738
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotest.sh
View file @
75b8488a
...
...
@@ -163,7 +163,7 @@ function execute_tests {
# drop database
if
[
"
$1
"
==
"mysql"
]
;
then
mysql
-u
$DATABASEUSER
-powncloud
-e
"DROP DATABASE
$DATABASENAME
"
mysql
-u
$DATABASEUSER
-powncloud
-e
"DROP DATABASE
$DATABASENAME
"
||
true
fi
if
[
"
$1
"
==
"pgsql"
]
;
then
dropdb
-U
$DATABASEUSER
$DATABASENAME
||
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment