Skip to content

Commit

Permalink
drop debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jas4711 committed Sep 19, 2014
1 parent a6f49e0 commit 984daa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if [ "x$DB" = "xmysql" ]; then
elif [ "x$DB" = "xpgsql" ]; then
dbuser=postgres

ps auxww # list processes to debug travis
psql -U $dbuser -c 'create database ykksm;'
psql -U $dbuser ykksm < ykksm-db.sql

Expand Down

0 comments on commit 984daa2

Please sign in to comment.