Skip to content

Commit

Permalink
Fix for testreporter on hobart.
Browse files Browse the repository at this point in the history
Test suite:
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes [CIME Github issue #]

User interface changes?:

Code review:
  • Loading branch information
fischer-ncar committed Jul 21, 2016
1 parent 6d29a93 commit e76ddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Testing/testreporter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit e76ddc1

Please sign in to comment.