File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ run_test_with_global_timeout() {
1616 local reference=$3
1717 local config=$4
1818 local global_timeout=$5
19- echo $input $output $reference $config $global_timeout
20- (./biflow_aggregator/biflow_aggregator -i " u:lr,u:ba" -e -c biflow_aggregator/tests/config.xml -n $config -g $global_timeout & ) || true
19+ # echo $input $output $reference $config $global_timeout
20+ pwd
21+ (./biflow_aggregator -i " u:lr,u:ba" -e -c biflow_aggregator/tests/config.xml -n $config -g $global_timeout & ) || true
2122 local AGGREGATOR_PID=$!
2223 sleep 0.5
2324 die_if_not_running $AGGREGATOR_PID " Failed to start biflow aggregator"
2425
25- ./logger/logger -w $output -i " u:ba" &
26+ ./../ logger/logger -w $output -i " u:ba" &
2627 local LOGGER_PID=$!
2728 sleep 0.5
2829 die_if_not_running $LOGGER_PID " Failed to start logger"
2930
30- ./logreplay/logreplay -f $input -i " u:lr" &
31+ ./../ logreplay/logreplay -f $input -i " u:lr" &
3132 local LOGREPLAY_PID=$!
3233 sleep 0.5
3334 die_if_not_running $LOGREPLAY_PID " Failed to start logreplay"
You can’t perform that action at this time.
0 commit comments