diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2023-11-24 20:41:51 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2023-11-24 20:41:51 -0600 |
| commit | 663926356260a013fa58acc2caaeea0359de471a (patch) | |
| tree | 9bbd5a6656fbdf4b3fca75ae212a648658991f61 /spec/test1_spec.lua | |
| parent | 52a9ecf6e0ec9ae02575961e957623aa63016f52 (diff) | |
| download | brokengine-663926356260a013fa58acc2caaeea0359de471a.tar.gz brokengine-663926356260a013fa58acc2caaeea0359de471a.tar.bz2 brokengine-663926356260a013fa58acc2caaeea0359de471a.zip | |
Start work on getting tests to run
Diffstat (limited to 'spec/test1_spec.lua')
| -rw-r--r-- | spec/test1_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/test1_spec.lua b/spec/test1_spec.lua index 01d6b0d..d811d4e 100644 --- a/spec/test1_spec.lua +++ b/spec/test1_spec.lua @@ -6,7 +6,7 @@ end _G.assert = assert local common = require("common") --[[Create the headless client init file]] -local f = io.open("spec/headless/deviceinit.lua","w") +local f = assert(io.open("spec/headless/deviceinit.lua","w")) f:write([=[ return { ["Anti Alias"] = 16, |
