Skip to content

Commit 9129940

Browse files
author
Frank Langelage
committed
change powershell call in integration-tests.bat too
1 parent 327c9b5 commit 9129940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration-tests.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ set CLASSPATH=
3232
set M2_HOME=
3333
set MAVEN_HOME=
3434
set MAVEN_OPTS=%MAVEN_OPTS% -Xmx768M
35-
36-
powershell "& "tools\download-maven.ps1"
35+
powershell -noprofile -executionpolicy bypass -file "tools\download-maven.ps1"
3736

3837
REM ******************************************************
3938
REM - "for" loops have been unrolled for compatibility

0 commit comments

Comments
 (0)