<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div><div><div>This is why I wrote and use <a href="https://github.com/biokoda/detest">https://github.com/biokoda/detest</a></div><div><br></div><div>Sergej</div><div><div id="MAC_OUTLOOK_SIGNATURE"></div></div></div></div><div><br></div><span id="OLK_SRC_BODY_SECTION"><div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt"><span style="font-weight:bold">From: </span> <<a href="mailto:erlang-questions-bounces@erlang.org">erlang-questions-bounces@erlang.org</a>> on behalf of Judson Lester<br><span style="font-weight:bold">Date: </span> Friday 19 June 2015 19:41<br><span style="font-weight:bold">To: </span> Erlang Users' List<br><span style="font-weight:bold">Subject: </span> [erlang-questions] Simultaneous Common Test<br></div><div><br></div><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>
_______________________________________________
erlang-questions mailing list
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</span></body></html>