From e76ddc18270c9b870928a0082f8a89811d7759bc Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 21 Jul 2016 14:06:51 -0600 Subject: [PATCH] Fix for testreporter on hobart. Test suite: Test baseline: Test namelist changes: Test status: bit for bit Fixes [CIME Github issue #] User interface changes?: Code review: --- scripts/Testing/testreporter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Testing/testreporter.pl b/scripts/Testing/testreporter.pl index 4dbdbc8ac1b0..5bd3c5c9e234 100755 --- a/scripts/Testing/testreporter.pl +++ b/scripts/Testing/testreporter.pl @@ -210,7 +210,7 @@ sub getTestSuiteInfo # SetupTools needs a case to work, so why not just cd to the # first test directory, and run SetupTools there?? :) - my $firsttestdir = $testroot . "/" . $$testlist[0]; + my $firsttestdir = $testroot . "/" . $$testlist[1]; Debug("first test dir: $firsttestdir"); chdir $firsttestdir; my $cimeroot = `./xmlquery CIMEROOT --value`;