Changeset 3311 for monitoring


Ignore:
Timestamp:
08/08/13 09:32:39 (11 years ago)
Author:
sanmai
Message:
  • Fix test script to include -d command line argument used by check_lat_avatech_clam.py
File:
1 edited

Legend:

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

    r3310 r3311  
    3838    }
    3939    if (checks_info[test_index,]$`-b` != "") {
     40        command_line <-
     41            base:::c(command_line,
     42                     '-b', checks_info[test_index,]$`-b`);
     43    }
     44    if (checks_info[test_index,]$`-d` != "") {
    4045        command_line <-
    4146            base:::c(command_line,
Note: See TracChangeset for help on using the changeset viewer.