diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-25 09:55:45 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-25 09:55:45 +0000 |
commit | 3770038a6606514b2af4d5458573759223f49f0c (patch) | |
tree | d632b5d6cea4753c696a4813918ba007b2c1bcfc /run-tests.php | |
parent | ac68c41f8d2fca9c6d94b642063f37317cc73b50 (diff) | |
download | php-git-3770038a6606514b2af4d5458573759223f49f0c.tar.gz |
fix typo
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
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; |