mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -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.
|
# '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* ]]
|
if [[ $var == *ExitSuccess* ]]
|
||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue