summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-24 20:26:16 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-24 20:26:16 +0000
commit560966d7f4ec11962273eb7579f88d5f7e744298 (patch)
treeb89a4683e7692ff5ee2074baadd47131c244c5e2 /runtest.pl.in
parent0419969afa44e87cf7eaa1cb23169bf35c169c4b (diff)
Run release tests, not debug tests, in the release configuration.
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'))
{