diff options
| author | ruki <[email protected]> | 2020-12-17 00:31:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-17 00:31:32 +0800 |
| commit | 83e09c0fa0ea1cc9b40860d9f58676b0a4f12a38 (patch) | |
| tree | 55690d33c8bcc61679c3181fe3c02f1a46aac0b2 /tests/plugins/project/test.lua | |
| parent | 2fb94d278e31d0e10870317a4534891148921a0f (diff) | |
fix ci
Diffstat (limited to 'tests/plugins/project/test.lua')
| -rw-r--r-- | tests/plugins/project/test.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 5cc1e7e0e..30fbe323b 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -21,8 +21,7 @@ function test_vsxmake(t) -- set config local arch = os.getenv("platform") or "x86" config.set("arch", arch, {readonly = true, force = true}) - config.check() - platform.load(config.plat()) + platform.load(config.plat()):check() -- create sln & vcxproj local vs = config.get("vs") |
