From ffb5b88be74e595a01f02f3810b9e35aa67c3828 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 25 Jul 2008 09:55:51 +0000 Subject: [PATCH] fix typo --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1