summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-25 09:55:51 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-25 09:55:51 +0000
commitffb5b88be74e595a01f02f3810b9e35aa67c3828 (patch)
tree0b18b360bbb65cb7ffbf683e021ba15a4155445a /run-tests.php
parentc96256bcaf246d7c079e33917d90f847db8592e7 (diff)
downloadphp-git-ffb5b88be74e595a01f02f3810b9e35aa67c3828.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;