Changeset 3286 for monitoring


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

Legend:

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

    r3285 r3286  
    3939
    4040    test_output <-
    41         system2(command = "python2",
    42                 args    = paste(command_line, collapse = ""),
    43                 stdout  = TRUE,
    44                 stderr  = TRUE);
     41        base:::system2(command = "python2",
     42                        args    = base:::paste(command_line, collapse = ""),
     43                        stdout  = TRUE,
     44                        stderr  = TRUE);
    4545
    4646    ## Fetch exit status codes. 
     
    5959
    6060    command_lines <-
    61         c(command_lines, command_line);
     61        base:::c(command_lines, base:::paste(command_line, collapse = ""));
    6262
    6363    # browser();
Note: See TracChangeset for help on using the changeset viewer.