mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 21:52:10 +08:00
Added ulimit to test script because lol debugging
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Todo: Find a way to make this not suck.
|
# Todo: Find a way to make this not suck.
|
||||||
|
|
||||||
|
ulimit -t 60 # Sometimes GHC ends in a spin loop, and this is easier than debugging
|
||||||
|
|
||||||
[[ -e test/quackCheck.hs ]] || { echo "Are you running me from the wrong directory?"; exit 1; }
|
[[ -e test/quackCheck.hs ]] || { echo "Are you running me from the wrong directory?"; exit 1; }
|
||||||
[[ $1 == -v ]] && pattern="" || pattern="FAIL"
|
[[ $1 == -v ]] && pattern="" || pattern="FAIL"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user