Lutz Mader
Lutz Mader
Hello, I try to use the profile option, but the formatter get no proper data. ``` # shellspec --profile spec/em_spec.sh Running: /bin/bash [bash 5.1.4(1)-release] ............/lib/shellspec/lib/general.sh: line 538: * 10: syntax...
Hello Koichi Nakashima, the Include statement behaviour of shellspec is not like suggested, in my opinion. I try to load a function via the Include statement, unfortunately in the included...
Hello, there is a typo in the "Intercepting" sample in the README.md, see https://github.com/shellspec/shellspec?tab=readme-ov-file#intercepting The "today.sh" sample script use "begin" and "end", but in the "today_spec.sh" an intercept is defined...
Hello, nice tool, works well with AIX 7.2.1.4 and bash 4.3.30. The shellmetrics 0.5.0 tool pass all your tests, after I changed all "run script" statements to "run" (I use...
Specify all names to intercept, therefore "begin" and "end". To fix issue #310 and #289. Thanks for your help, Lutz