(standard_in) 2: syntax error (standard_in) 1: syntax error after waiting for test to start
Closed this issue · 2 comments
fdeamicis commented
This particular error comes after the line
waiting for the test to start...to stop the test while it is running, press CTRL-C
The error is
(standard_in) 2: syntax error
(standard_in) 1: syntax error
Should I even worry about this error. It looks like the test ran properly
Has anyone ever encountered this error
fdeamicis commented
Resolved. Some of the functions had a -n next to the echo. I removed the -n
count_overallhosts=$(echo -n "$count_overallhosts+$count_total" | bc) # add the value from this host to the values from other hosts