Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/test/NightlyRun/runme.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/runme.m (revision 25822)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/runme.m (revision 25823)
|
---|
| 5 | @@ -106,7 +106,7 @@
|
---|
| 6 | % }}}
|
---|
| 7 | %Process Ids according to benchmarks{{{
|
---|
| 8 | if strcmpi(benchmark,'nightly'),
|
---|
| 9 | - test_ids=intersect(test_ids,union([1:999]));
|
---|
| 10 | + test_ids=intersect(test_ids,[1:999]);
|
---|
| 11 | elseif strcmpi(benchmark,'validation'),
|
---|
| 12 | test_ids=intersect(test_ids,[1001:1999]);
|
---|
| 13 | elseif strcmpi(benchmark,'ismip'),
|
---|
Note:
See
TracBrowser
for help on using the repository browser.