Changeset 3282


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

Legend:

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

    r3281 r3282  
    2626
    2727    command_line <-
    28         base:::paste(test_info[test_index,]$command, "-h", test_info[test_index,]$`-h`);
     28        base:::paste(test_info[test_index,]$`file name`, "-h", test_info[test_index,]$`-h`);
    2929   
    3030    if (test_info[test_index,]$`-u` != "") {
Note: See TracChangeset for help on using the changeset viewer.