Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
f3c88e8d
Commit
f3c88e8d
authored
Oct 02, 2018
by
Thanassis Tsiodras
Browse files
CircleCI 2.0 saga: Typo in Makefile
parent
105ecc05
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests-sqlalchemy/Makefile
View file @
f3c88e8d
...
...
@@ -4,7 +4,7 @@ cleanDB:
# PostgreSQL
/etc/init.d/postgresql restart
# Since postgres takes a while to start, do this until it succeeds
bash
-c
"while
1
; do echo 'drop database if exists circle_test; create database circle_test;' | psql -h 127.0.0.1 -U ubuntu postgres && break ; done"
bash
-c
"while
true
; do echo 'drop database if exists circle_test; create database circle_test;' | psql -h 127.0.0.1 -U ubuntu postgres && break ; done"
rm
-f
sql.log
#
# MySQL
(
is a toy - disabled related tests
)
...
...
Write
Preview
Markdown
is supported
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