Skip to content

Commit

Permalink
debug hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Jan 29, 2015
1 parent 1640ec2 commit 3afd732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/version-migration/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ function migrate_database {
esac
}

echo "Here: $TRAVIS $DATABASE_BACKEND"
find $datadir -name "*-$DATABASE_BACKEND-*.sql"

for database_dump in $(find $datadir -name "*-$DATABASE_BACKEND-*.sql")
do
pootle_version=$(echo $database_dump | sed "s/.*-\([^-]*\)\.sql/\1/")
Expand Down

0 comments on commit 3afd732

Please sign in to comment.