Skip to content

Commit 4433d5b

Browse files
Minor fix for CI
1 parent cd69ea2 commit 4433d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pipeline
261261
unstash 'linux_build'
262262
bash "ls -lah"
263263
bash "ls -lah ./Build/Src/Tests"
264-
bash "cd ./Build && ./runcpp2 -l -b" +
264+
bash "cd ./Build && ./runcpp2 -l -b " +
265265
"-c ../DefaultYAMLs/DefaultUserConfig.yaml " +
266266
"--log-level info ../Examples/test_static.cpp"
267267
}
@@ -301,7 +301,7 @@ pipeline
301301
bat 'dir'
302302
unstash 'windows_build'
303303
bat 'dir'
304-
bat "cd .\\Build\\Debug && .\\runcpp2.exe -l -b" +
304+
bat "cd .\\Build\\Debug && .\\runcpp2.exe -l -b " +
305305
"-c ..\\..\\DefaultYAMLs\\DefaultUserConfig.yaml " +
306306
"--log-level info ..\\..\\Examples\\test_static.cpp"
307307
}

0 commit comments

Comments
 (0)