Skip to content

Instantly share code, notes, and snippets.

View crankery's full-sized avatar

Dave Hamilton crankery

  • Ottawa, Canada
  • 03:59 (UTC -04:00)
View GitHub Profile
@crankery
crankery / test.bat
Last active July 24, 2017 22:55
Run xUnit.net test assemblies in parallel
@echo off
setlocal EnableDelayedExpansion
if [%1]==[/?] goto :help
:: root is the folder containing this script (without trailing backslash)
set root=%~dp0
set root=%root:~0,-1%