Skip to content

Commit

Permalink
[ci] fix for 0090-check_database.ts on obs-server appliance
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Nov 8, 2017
1 parent 8267922 commit d651024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/t/0090-check_database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ TABLES_IN_DB=$(mysql -e "show tables" $DB_NAME)
is "$?" 0 "Checking if tables in database $DB_NAME"

D=`ps -ef|grep "mysqld .* --datadir=/srv/obs/MySQL"|wc -l`
[ $D -gt 1 ]

[ $D -gt 1 -o -f /srv/obs/MySQL/*.pid ]

is "$?" 0 "Checking if database is started under /srv/obs/MySQL"

0 comments on commit d651024

Please sign in to comment.