Running quicktest through stack

This commit is contained in:
Supanat Pothivarakorn 2019-10-02 19:17:13 +07:00
commit ee428b08ac

View file

@ -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