tsung
tsung copied to clipboard
setdynvars using eval results in an error if there are <<binarys>> in the code
trafficstars
When using dynamic variables to generate erlang code (sourcetype="eval) - I get a fatal config error {fatal, {unexpected_char, {file,"/root/.tsung/tsung.xml"}, {line,23}, {col,29}}} because of the binary in the code <<A:32>>
@cseagull Can you provide a full XML example? Reading this it looks like an XML escaping problem, because I use this all the time without any problem.