<div dir="ltr">I ran into a weird issue fooling around with common_test: attempting to run more than one CT instance at a time causes problems because they all want ct@localhost as their node name.<div><br></div><div>I started to look for a setting for the CT node name, and quickly got caught up in the master/slave interaction stuff, which seems to be both overkill for what I want and not a great fit.</div><div><br></div><div>Specifically, I was trying to run each suite in its own process in parallel. Notionally: for s in test/*_SUITE.beam; do ct_run -suite $s &; done</div><div><br></div><div>Is there an easy way to do this that I'm missing?</div><div><br></div><div>Judson</div></div>