summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-25 09:55:45 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-25 09:55:45 +0000
commit3770038a6606514b2af4d5458573759223f49f0c (patch)
treed632b5d6cea4753c696a4813918ba007b2c1bcfc /run-tests.php
parentac68c41f8d2fca9c6d94b642063f37317cc73b50 (diff)
downloadphp-git-3770038a6606514b2af4d5458573759223f49f0c.tar.gz
fix typo
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 64db1b8f12..0938b47acf 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -426,7 +426,7 @@ if ($compression) {
$output_file = 'compress.zlib://' . $output_file . '.gz';
}
-$jnust_save_results = false;
+$just_save_results = false;
$leak_check = false;
$html_output = false;
$html_file = null;