Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola committed Jan 24, 2017
1 parent b33f066 commit 8a88128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/support/extension_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ def install_testing_extension
cp -a #{spec_root}/dumbo_sample/* #{spec_root}/dumbo_sample_runtime
cd #{spec_root}/dumbo_sample_runtime && \
ls /usr/lib/postgresql/9.5/bin && \
echo `which pg_config` && \
ls `which pg_config` && \
echo `pg_config` && \
make && make install
)
Expand Down

0 comments on commit 8a88128

Please sign in to comment.