Skip to content

Commit 627c9f3

Browse files
committed
Avoid creating MyLocation folder in the root.
1 parent 466b610 commit 627c9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_premake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
local wks, prj
1818
function suite.setup()
19+
os.chdir(_TESTS_DIR)
1920
wks = test.createWorkspace()
2021
location "MyLocation"
2122
prj = p.workspace.getproject(wks, 1)

0 commit comments

Comments
 (0)