This message was deleted.
# community-support
s
This message was deleted.
v
Looks like you have a space between
-DKotest
and
.filter.specs
Maybe it is non-printable
Paste it in some editor that can display them, or type it manually, not copy it
t
Are you maybe using powershell? Argument parsing is completely different from many other shells (particularly Linux or Mac shells). Try using
./gradlew --% test -DKotest.filter.specs='*'
or
./gradlew test "-DKotest.filter.specs=*"
then.
✅ 1
v
yep im using powershell
v
Ah, right, that PowerShell thingy
d
there's pretty much no reason to use powershell, right? since you have bash as part of git for windows, and you always need git anyway
v
That's not a reason. People can just prefer to use PowerShell as their shell. Some even on Linux or Mac.
v
I have not configured intellij to run on WSL (I did do so for clion).
v
They just need to learn how PowerShell might break their commands by doing too-intelligent argument parsing
d
re: i mean if you need bash outside of wsl, it comes with git for windows.
v
I have not configured intellij to run on WSL
You don't need to, you could simply use the Git for Windows Bash that you most probably have installed anyway as David mentioned
v
Yes i have git for windows which I normally use for git. For clion I needed WSL for linux testing as because C++ is a nightmare, I had to have different build files for different OS platforms
alright the fix that was given did work though thanks for the help both of you 🙂 now I Will make a new post for my next question
👌 1