mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 06:13:54 -07:00
Running quicktest through stack
This commit is contained in:
parent
45051dc9d5
commit
ee428b08ac
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# 'cabal test' remains the source of truth.
|
||||
|
||||
(
|
||||
var=$(echo 'main' | ghci test/shellcheck.hs 2>&1 | tee /dev/stderr)
|
||||
var=$(echo 'main' | stack ghci test/shellcheck.hs 2>&1 | tee /dev/stderr)
|
||||
if [[ $var == *ExitSuccess* ]]
|
||||
then
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue