Closed martinjansa closed 7 years ago
I am running the latest Windows 10 with the Ubuntu Bash (part of the OS, see the version dump bellow).
I've successfully installed bats, but when I attempt to run a .bats file using the bats, it always dumps a help and does not do anything else:
m@martinj:~$ bats bin/tests/sample.bats Bats 0.4.0 Usage: bats [-c] [-p | -t] <test> [<test> ...] m@martinj:~$
m@martinj:~$ bats bin/tests/sample.bats
Bats 0.4.0
Usage: bats [-c] [-p | -t] <test> [<test> ...]
m@martinj:~$
On the Linux (Centos) machine the same sample.bats script performs the tests.
Version of the "Linux" running on my Win10:
m@martinj:~$ uname -mrs Linux 4.4.0-43-Microsoft x86_64
m@martinj:~$ uname -mrs
Linux 4.4.0-43-Microsoft x86_64
Please let me know, if I can further assist with the diagnostics in any way.
Thank you,
Martin
I've just tried to update from git and reinstall and now it works. Please close the issue, sorry for a confusion.
I am running the latest Windows 10 with the Ubuntu Bash (part of the OS, see the version dump bellow).
I've successfully installed bats, but when I attempt to run a .bats file using the bats, it always dumps a help and does not do anything else:
m@martinj:~$ bats bin/tests/sample.bats
Bats 0.4.0
Usage: bats [-c] [-p | -t] <test> [<test> ...]
m@martinj:~$
On the Linux (Centos) machine the same sample.bats script performs the tests.
Version of the "Linux" running on my Win10:
m@martinj:~$ uname -mrs
Linux 4.4.0-43-Microsoft x86_64
Please let me know, if I can further assist with the diagnostics in any way.
Thank you,
Martin