Skip to content

Commit c59c7c0

Browse files
committed
Travis-test
1 parent 53d4af0 commit c59c7c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit_tests/ad/HBOSOutlierTestBPFile.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ TEST(HBOSADOutlierBPFileWithoutPServer, Works) {
108108
ChimbukoParams params;
109109
//Parameters for the connection to the instrumented binary trace output
110110
params.trace_engineType = "BPFile"; // BPFile or SST
111-
params.trace_data_dir = "/opt/chimbuko/ad/test/data"; // *.bp location
111+
params.trace_data_dir = "/opt/chimbuko/test/data"; //ad/test/data"; // *.bp location
112112
std::string bp_prefix = "tau-metrics"; // bp file prefix (e.g. tau-metrics-[nwchem])
113113

114114
//The remainder are optional arguments. Enable using the appropriate command line switch
@@ -183,7 +183,7 @@ TEST(HBOSADOutlierBPFileWithoutPServer, Works) {
183183
unsigned long n_outliers = 0, n_tot_events = 0; //n_executions = 0,
184184
std::set<unsigned long> n_functions;
185185

186-
186+
187187
unsigned long first_event_ts, last_event_ts;
188188

189189
int io_steps = 0;

0 commit comments

Comments
 (0)