Changeset 3289


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

Legend:

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

    r3288 r3289  
    6464}
    6565
    66 browser();
     66#browser();
    6767
    6868test_results_df <-
    6969    base:::data.frame(description             = checks_info$description,
    70                       command_line            = command_lines,
     70                      command_line            = base:::unlist(command_lines),
    7171                      test_results            = test_results,
    7272                      test_stdout             = test_stdout,
Note: See TracChangeset for help on using the changeset viewer.