diff options
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-x | apt-panopticon.lua | 1 |
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, ", ")) |