Changeset 3285 for monitoring


Ignore:
Timestamp:
08/06/13 15:18:01 (11 years ago)
Author:
sanmai
Message:
  • Fix test script.
File:
1 edited

Legend:

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

    r3283 r3285  
    2929
    3030    command_line <-
    31         base:::paste(checks_info[test_index,]$`file name`, "-h", checks_info[test_index,]$`-h`);
     31        base:::c(checks_info[test_index,]$`file name`,
     32                 "-h", checks_info[test_index,]$`-h`);
    3233   
    3334    if (checks_info[test_index,]$`-u` != "") {
     
    3940    test_output <-
    4041        system2(command = "python2",
    41                 args    = command_line,
     42                args    = paste(command_line, collapse = ""),
    4243                stdout  = TRUE,
    4344                stderr  = TRUE);
Note: See TracChangeset for help on using the changeset viewer.