From c5b8fb7646d048564d84632ccf64ae872d0b7673 Mon Sep 17 00:00:00 2001 From: BenLangmead Date: Wed, 7 Jun 2017 12:13:26 -0400 Subject: [PATCH] try debug before release --- scripts/test/simple_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/simple_tests.pl b/scripts/test/simple_tests.pl index a0763c4..ce1390c 100755 --- a/scripts/test/simple_tests.pl +++ b/scripts/test/simple_tests.pl @@ -1269,7 +1269,7 @@ ($$) my $tmpfafn = ".simple_tests.pl.fa"; my $last_ref = undef; foreach my $large_idx (undef,1) { - foreach my $debug_mode (undef,1) { + foreach my $debug_mode (1,undef) { for (my $ci = 0; $ci < scalar(@cases); $ci++) { my $c = $cases[$ci]; last unless defined($c);