summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-08 18:01:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-08 18:13:08 -0400
commitafa2fa9baa256e979e6c02966ae394890d5c9e25 (patch)
tree34fd6c2348cdee85e07f00ad950d49faaffd6bb3 /Build/Configure.hs
parent1f9d51686923f7e8add63e53fad4950fdd43a46b (diff)
cronner builds, should work (untested)
I probably need to improve handling of the PleaseTerminate exception to kill the fsck process. Also, if fsck finds bad files, something needs to requeue downloads of them. Otherwise, this should work, but is probably quite buggy since I have only tested the pure code over the past 2 days.
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index aae874d48..3c3f39c8d 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -33,6 +33,7 @@ tests =
, TestCase "wget" $ testCmd "wget" "wget --version >/dev/null"
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
, TestCase "quvi" $ testCmd "quvi" "quvi --version >/dev/null"
+ , TestCase "nice" $ testCmd "nice" "nice true >/dev/null"
, TestCase "ionice" $ testCmd "ionice" "ionice -c3 true >/dev/null"
, TestCase "gpg" $ maybeSelectCmd "gpg"
[ ("gpg", "--version >/dev/null")