I&#39;m looking at what Lukas did for CI in Pharo, it looks wholly adaptable to Squeak AFAICT.<div><br></div><div>I&#39;m hung up on a Pharoism. I&#39;d really like to be able to check what fork I&#39;m in and then do the right thing, but I&#39;ll settle for forking the package (temporarily) if it means I can get a build building in short order.</div>
<div><br></div><div>How would one say this in Squeak? It&#39;s the during: part that I&#39;m not sure about; I know of Utilities&gt;&gt;authorInitials. Well, I suppose I&#39;m also fuzzy on how I&#39;d default to &#39;hudson&#39; for the author... it seems like maybe I can just force the use of &#39;hudson&#39; as the author and call it good... not sure I see the use case otherwise.</div>
<div><br></div><div><div>HDTestReport&gt;&gt;run</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Author uniqueInstance</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>ifUnknownAuthorUse: &#39;hudson&#39;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>during: [ [ </div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>self setUp.</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>suiteTime := [ self runAll ]</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>timeToRun ]</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>ensure: [ self tearDown ] ]</div><div><br></div>-- <br>Casey Ransberger<br>

</div>