#!/bin/sh

set -e

phpize
REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TEST_PHP_EXECUTABLE=/usr/bin/php php run-tests.php
