diff options
author | onefang | 2019-12-27 22:24:54 +1000 |
---|---|---|
committer | onefang | 2019-12-27 22:24:54 +1000 |
commit | e45f46ec961dbde4f0fa6cffccd8454bf0600876 (patch) | |
tree | 79f8d3c8883ac8cfbfb7e383441f736190f86265 | |
parent | More precision for the weekly stats. (diff) | |
download | apt-panopticon-e45f46ec961dbde4f0fa6cffccd8454bf0600876.zip apt-panopticon-e45f46ec961dbde4f0fa6cffccd8454bf0600876.tar.gz apt-panopticon-e45f46ec961dbde4f0fa6cffccd8454bf0600876.tar.bz2 apt-panopticon-e45f46ec961dbde4f0fa6cffccd8454bf0600876.tar.xz |
Re-enable Integrity tests.
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index e35201d..c9194fa 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -53,7 +53,7 @@ APT.options = | |||
53 | "DNSRR", | 53 | "DNSRR", |
54 | "Protocol", | 54 | "Protocol", |
55 | "URLSanity", | 55 | "URLSanity", |
56 | -- "Integrity", | 56 | "Integrity", |
57 | "Updated", | 57 | "Updated", |
58 | }, | 58 | }, |
59 | }, | 59 | }, |