Changeset 3281 for monitoring


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

Legend:

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

    r3280 r3281  
    3030    if (test_info[test_index,]$`-u` != "") {
    3131        command_line <-
    32             base:::c(command_line
     32            base:::c(command_line,
    3333                     '-u', test_info[test_index,]$`-u`);
    3434    }
Note: See TracChangeset for help on using the changeset viewer.