We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01be8b commit b168001Copy full SHA for b168001
1 file changed
biflow_aggregator/tests/test.sh
@@ -17,8 +17,8 @@ run_test_with_global_timeout() {
17
local config=$4
18
local global_timeout=$5
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
+ #pwd
+ (./biflow_aggregator -i "u:lr,u:ba" -e -c tests/config.xml -n $config -g $global_timeout & ) || true
22
local AGGREGATOR_PID=$!
23
sleep 0.5
24
die_if_not_running $AGGREGATOR_PID "Failed to start biflow aggregator"
@@ -47,9 +47,9 @@ run_test_with_global_timeout() {
47
}
48
49
script_path="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
50
-pwd
+#pwd
51
#cd $script_path
52
-ls
+#ls
53
success="true"
54
55
tmpdir=$(mktemp -d)
0 commit comments