I was wondering what the current status is for running bashunit on Windows OS ?
I thought it was supported, but I'm not having much luck getting it running on Windows.
Examples:
$ bashunit --help
****** B A T C H R E C U R S I O N exceeds STACK limits ******
Recursion Count=339, Stack Usage=90 percent
****** B A T C H PROCESSING IS A B O R T E D ******
$ bashunit --version
****** B A T C H R E C U R S I O N exceeds STACK limits ******
Recursion Count=339, Stack Usage=90 percent
****** B A T C H PROCESSING IS A B O R T E D ******
$ bashunit --init tests
****** B A T C H R E C U R S I O N exceeds STACK limits ******
Recursion Count=339, Stack Usage=90 percent
****** B A T C H PROCESSING IS A B O R T E D ******
Additional info
In case it helps, this is how I downloaded and am running bashunit:
- Downloaded the latest version straight from the Releases page.
- Placed it in a directory in the Windows
PATH.
- Tried to run it unsuccessfully ("'bashunit' is not recognized as an internal or external command, operable program or batch file.").
- Added a
bashunit.bat file with the following contents in the same directory as the bashunit file:
@echo off
call "bashunit" %*
ECHO Exit code is %errorlevel%
- Got it running, but not working (see above).
I was wondering what the current status is for running bashunit on Windows OS ?
I thought it was supported, but I'm not having much luck getting it running on Windows.
Examples:
Additional info
In case it helps, this is how I downloaded and am running
bashunit:PATH.bashunit.batfile with the following contents in the same directory as thebashunitfile: