Skip to content

Commit

Permalink
Debugging, listing enabled modules before enabling search_api_db modu…
Browse files Browse the repository at this point in the history
…les and related ones. Refs drupal-modules#93
  • Loading branch information
nseam committed Oct 23, 2014
1 parent c9a48b4 commit 8c792a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phing/enable-search-db.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
-->
<target name="enable-search-db" depends="init">

<exec command="${project.drush.cmd} pm-info"
dir="${project.dir.src}" checkreturn="false" LogOutput="true" />

<!-- Enabling ADS modules -->
<echo message="Enabling ADS search db modules..." level="info" />
<exec command="${project.drush.cmd} en ads_search_db"
Expand Down

0 comments on commit 8c792a3

Please sign in to comment.