Changeset 3278 for monitoring


Ignore:
Timestamp:
08/06/13 14:51:45 (11 years ago)
Author:
sanmai
Message:
  • Fix test script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • monitoring/plugins/mpi/integration_test.R

    r3277 r3278  
    2121## X- stderr output cannot be caught separately yet due to R implementation issue
    2222
    23 for (test_index in 1L:base:::length(command_line_arguments))
     23for (test_index in 1L:base:::nrow(test_info))
    2424{
    2525    base:::message(base:::paste("Running test", test_index));
Note: See TracChangeset for help on using the changeset viewer.