Changeset 3287 for monitoring


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

Legend:

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

    r3286 r3287  
    4040    test_output <-
    4141        base:::system2(command = "python2",
    42                         args    = base:::paste(command_line, collapse = ""),
     42                        args    = command_line,
    4343                        stdout  = TRUE,
    4444                        stderr  = TRUE);
     
    5959
    6060    command_lines <-
    61         base:::c(command_lines, base:::paste(command_line, collapse = ""));
     61        base:::c(command_lines, base:::paste(command_line, collapse = " "));
    6262
    6363    # browser();
Note: See TracChangeset for help on using the changeset viewer.