Skip to content

Commit

Permalink
Merge pull request #8 from mpeterv/fix-coverage
Browse files Browse the repository at this point in the history
Fix coverage
  • Loading branch information
moteus committed Aug 24, 2015
2 parents 98323d2 + 1802d3c commit 854c25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run.lua
Expand Up @@ -7,15 +7,15 @@ end

local lfs = prequire "lfs"

prequire"luacov"

print("------------------------------------")
print("Lua version: " .. (_G.jit and _G.jit.version or _G._VERSION))
print("LFS version: " .. (lfs and (lfs._VERSION or "(unknown)") or "(not found)") )
print("Is Windows: " .. tostring(not not require"path".IS_WINDOWS))
print("------------------------------------")
print("")

prequire"luacov"

local HAS_RUNNER = not not lunit
local lunit = require "lunit"
LUNIT_RUN = true
Expand Down

0 comments on commit 854c25f

Please sign in to comment.