summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-03 12:25:11 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-03 12:25:11 -0500
commitaa7e35761d587712779a87c0ba034d87d57f16aa (patch)
tree19d5f0f471aec188f45c4c5192d92c1281d6d8e6 /pts-core/functions/pts.php
parent64c8fb0ae0b0aa246e45b23a511856db6103cfc1 (diff)
downloadphoronix-test-suite-upstream-aa7e35761d587712779a87c0ba034d87d57f16aa.tar.gz
phoronix-test-suite-upstream-aa7e35761d587712779a87c0ba034d87d57f16aa.tar.xz
phoronix-test-suite-upstream-aa7e35761d587712779a87c0ba034d87d57f16aa.zip
pts-core: Fix fatal error in list-installed-tests option
Diffstat (limited to 'pts-core/functions/pts.php')
-rw-r--r--pts-core/functions/pts.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index 2573a6b..f4d78ac 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -20,6 +20,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+error_reporting(E_ALL | E_NOTICE);
define("PTS_VERSION", "1.6.0a2");
define("PTS_CODENAME", "TYDAL");