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 8dd5f7e commit b33f066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/extension_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def install_testing_extension
mkdir -p #{spec_root}/dumbo_sample_runtime && \
cp -a #{spec_root}/dumbo_sample/* #{spec_root}/dumbo_sample_runtime
cd #{spec_root}/dumbo_sample_runtime && \
ls /usr/lib/postgresql/9.5/ && \
ls /usr/lib/postgresql/9.5/bin && \
echo `pg_config` && \
make && make install
)
Expand Down

0 comments on commit b33f066

Please sign in to comment.