File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ async function RunXmakeBuild(file: string, executable: string) {
124
124
// console.log({ os });
125
125
126
126
const others = [
127
- `${ executable } build -v -y -w --project=. "--file=./xmake.lua" test` ,
127
+ `${ executable } build -v -y -w --project=. "--file=./xmake.lua" -g test` ,
128
128
] ;
129
129
await RunCommandShell ( others , cwd ) ;
130
130
}
@@ -133,7 +133,7 @@ async function RunXmakeTest(file: string, executable: string) {
133
133
console . log ( { file } ) ;
134
134
// console.log({ os });
135
135
const others = [
136
- `${ executable } run -v --project=. "--file=./xmake.lua" test` ,
136
+ `${ executable } run -v --project=. "--file=./xmake.lua" -g test` ,
137
137
] ;
138
138
const cwd = path . dirname ( file ) ;
139
139
await RunCommandShell ( others , cwd ) ;
You can’t perform that action at this time.
0 commit comments