SIPp / sipp

The SIPp testing tool
https://sipp.readthedocs.io
Other
916 stars 380 forks source link

Use POSIX printf instead of non-POSIX echo -n #709

Closed ryandesign closed 6 months ago

ryandesign commented 6 months ago

Before:

== RUNNING TESTS ==
-n Testing github-#0018: 
sipp -m 1 -sf notify-brackets.xml -t t1 127.0.0.1:5070: startup failure, got 126:
==
-n 1 success
-n , 23 FAILURE

After:

== RUNNING TESTS ==
Testing github-#0018: sipp -m 1 -sf notify-brackets.xml -t t1 127.0.0.1:5070: startup failure, got 126:
==
1 success, 23 FAILURE