summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.pl.in')
-rwxr-xr-xruntest.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest.pl.in b/runtest.pl.in
index 46892659..8d7b33b6 100755
--- a/runtest.pl.in
+++ b/runtest.pl.in
@@ -22,6 +22,7 @@ $verbose_build = $opt_v;
my ($test_name,$test_mode) = @ARGV;
$test_mode = 'debug' if not defined $test_mode or $test_mode eq '';
+$test_mode = lc($test_mode);
if($test_name eq '' || ($test_mode ne 'debug' && $test_mode ne 'release'))
{