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 @@ -212,7 +212,7 @@ pipeline {
212212 if (fileExists(' ./output' )) {
213213 sh script : ' rm -rf ./output;' , label : " Remove output Folder"
214214 }
215- sh " mkdir output; cp /export/users/sys_bbsycl/Makefile ./"
215+ sh " mkdir output; cp /export/users/sys_bbsycl/Makefile_RHEL ./; mv Makefile_RHEL Makefile "
216216 def tests = findFiles glob : ' pstl_testsuite/**/*pass.cpp'
217217
218218 def failCount = 0
@@ -274,7 +274,7 @@ pipeline {
274274 if (fileExists(' ./output' )) {
275275 sh script : ' rm -rf ./output;' , label : " Remove output Folder"
276276 }
277- sh " mkdir output; cp /export/users/sys_bbsycl/Makefile ./"
277+ sh " mkdir output; cp /export/users/sys_bbsycl/Makefile_RHEL ./; mv Makefile_RHEL Makefile "
278278 def tests = findFiles glob : ' extensions_testsuite/**/*pass.cpp'
279279
280280 def failCount = 0
You can’t perform that action at this time.
0 commit comments