File phoronix-test-suite-php-gtk-ini.patch of Package phoronix-test-suite
Index: phoronix-test-suite/phoronix-test-suite =================================================================== --- phoronix-test-suite.orig/phoronix-test-suite +++ phoronix-test-suite/phoronix-test-suite @@ -131,7 +131,7 @@ fi # Run The Phoronix Test Suite PTS_EXIT_STATUS=8 while [ $PTS_EXIT_STATUS -eq 8 ]; do - $PHP_BIN pts-core/phoronix-test-suite.php $@ + $PHP_BIN -c /etc/php5/gtk/php.ini pts-core/phoronix-test-suite.php $@ PTS_EXIT_STATUS=$? done