`run_cases` with wildcards is even more broken than I thought (in #20)
xparq opened this issue · 0 comments
xparq commented
-> #20
$ run_cases *bui*
Riding "...\prj\Space_Test\test\_engine/busybox" sh...
"...\prj\Space_Test\test\_engine\busybox" sh -c ". build.sh \"test-demo\""
realpath: .../prj/Space_Test/test/*bui*: Invalid argument
ERROR: Test case "*bui*" not found!
-------- THERE HAVE BEEN FAILED CASES!
$ run_cases *exe*
Riding "...\prj\Space_Test\test\_engine/busybox" sh...
gnumake: 'test-demo.exe' is up to date.
ERROR: Test case "general.exe" not found!
ERROR: Test case "test-demo.exe" not found!
-------- THERE HAVE BEEN FAILED CASES!