Skip to content

Commit b01be8b

Browse files
author
Damir Zainullin
committed
++
1 parent c04cfac commit b01be8b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

biflow_aggregator/tests/test.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)