aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2019-12-26 15:47:41 +1000
committeronefang2019-12-26 15:47:41 +1000
commitc76194033e49dc2897a8d50a4aa7c4688a7900af (patch)
tree5971bcb09018bd67868703337f658b930f39b787 /apt-panopticon.lua
parentProtocol change is an ERROR for the round robin, not a WARNING. (diff)
downloadapt-panopticon-c76194033e49dc2897a8d50a4aa7c4688a7900af.zip
apt-panopticon-c76194033e49dc2897a8d50a4aa7c4688a7900af.tar.gz
apt-panopticon-c76194033e49dc2897a8d50a4aa7c4688a7900af.tar.bz2
apt-panopticon-c76194033e49dc2897a8d50a4aa7c4688a7900af.tar.xz
New explanations.html page.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 9d2b783..c15c369 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -1075,6 +1075,7 @@ else
1075 os.execute("rm -f results/*.html 2>/dev/null") 1075 os.execute("rm -f results/*.html 2>/dev/null")
1076 os.execute("rm -f results/*.txt 2>/dev/null") 1076 os.execute("rm -f results/*.txt 2>/dev/null")
1077 end 1077 end
1078 os.execute('ln -s ../explanations.html results/explanations.html 2>/dev/null')
1078 1079
1079 if not APT.logOpen('apt-panopticon') then return end 1080 if not APT.logOpen('apt-panopticon') then return end
1080 I("Starting tests " .. table.concat(APT.options.tests.value, ", ")) 1081 I("Starting tests " .. table.concat(APT.options.tests.value, ", "))