Skip to content
Snippets Groups Projects

pkg-pecl: Run tests during package build

Merged Kunal Mehta requested to merge legoktm/dh-php:dh_auto_test into master
  1. Nov 15, 2018
    • Kunal Mehta's avatar
      pkg-pecl: Run tests during package build · 18c3256f
      Kunal Mehta authored
      Have pkg-pecl.mk run tests during the build process by running
      dh_auto_test for each of $DH_PHP_VERSIONS.
      
      If the tests fail, then the build will be aborted. Since not all
      extensions might be passing tests yet, this failure can be suppressed by
      adding `export REPORT_EXIT_STATUS=0` to d/rules.
      
      Closes: #913773
      18c3256f
Loading