Skip to content

Commit

Permalink
Fix make debian by using the magic sed one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jun 20, 2020
1 parent 6c220b2 commit 30e9be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ override_dh_auto_install:
install -m 644 -o root -g root config/snuffleupagus.ini debian/snuffleupagus/etc/php/$$(/usr/bin/php-config --version | cut -d '.' -f1-2)/mods-available/snuffleupagus.ini

override_dh_auto_test:
sed -i "s/\$$ext_params -d display_errors=0 -r/-d display_errors=0 -r/" src/run-tests.php
TEST_PHP_ARGS="-q" REPORT_EXIST_STATUS=1 make -C src test

0 comments on commit 30e9be3

Please sign in to comment.