diff options
| author | ruki <[email protected]> | 2018-09-26 22:36:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-26 09:36:18 +0800 |
| commit | 4c3e74057614dffacd4047c0bd2c107fe5820cdd (patch) | |
| tree | 2ce61197446eeb88cf951e95349ccb274c7297dd /tests/test.lua | |
| parent | 24c347caafb4c00c236a36f077a9ef882d446dfd (diff) | |
fix test and package bug
Diffstat (limited to 'tests/test.lua')
| -rw-r--r-- | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index 15db06902..faa7755e0 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -23,7 +23,7 @@ end function main(name) -- disable statistics - os.setenv("XMAKE_STATS", false) + os.setenv("XMAKE_STATS", "false") -- run the given test if name then |
