Skip to content

Commit b168001

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

biflow_aggregator/tests/test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ run_test_with_global_timeout() {
1717
local config=$4
1818
local global_timeout=$5
1919
#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
20+
#pwd
21+
(./biflow_aggregator -i "u:lr,u:ba" -e -c tests/config.xml -n $config -g $global_timeout & ) || true
2222
local AGGREGATOR_PID=$!
2323
sleep 0.5
2424
die_if_not_running $AGGREGATOR_PID "Failed to start biflow aggregator"
@@ -47,9 +47,9 @@ run_test_with_global_timeout() {
4747
}
4848

4949
script_path="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
50-
pwd
50+
#pwd
5151
#cd $script_path
52-
ls
52+
#ls
5353
success="true"
5454

5555
tmpdir=$(mktemp -d)

0 commit comments

Comments
 (0)