aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index a36b229..60e73f4 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -1129,7 +1129,6 @@ else
1129 os.execute("rm -f results/*.html 2>/dev/null") 1129 os.execute("rm -f results/*.html 2>/dev/null")
1130 os.execute("rm -f results/*.txt 2>/dev/null") 1130 os.execute("rm -f results/*.txt 2>/dev/null")
1131 end 1131 end
1132 os.execute('ln -s ../explanations.html results/explanations.html 2>/dev/null')
1133 1132
1134 if not APT.logOpen('apt-panopticon') then return end 1133 if not APT.logOpen('apt-panopticon') then return end
1135 I("Starting tests " .. table.concat(APT.options.tests.value, ", ")) 1134 I("Starting tests " .. table.concat(APT.options.tests.value, ", "))