Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Let absolute paths be used for test runner executable #224

Closed subatta closed 7 years ago

subatta commented 7 years ago

When test_runner is executed on a de/build machine, often custom test runners are not available at console unless system environment variables are updated. To accommodate direct exe access for albacore test task without modifying anything else (assuming execute permissions are set), support for using absolute path to test runner executable is needed.