Skip to content

Commit e323693

Browse files
committed
icanhaz diag logs?
1 parent c859ad0 commit e323693

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ run-ptests: $(PTESTS) bin/Test$(CONFIGURATION)/$(JAVA_INTEROP_LIB)
147147
exit $$r;
148148

149149
run-java-source-utils-tests:
150-
$(MSBUILD) $(MSBUILD_FLAGS) tools/java-source-utils/java-source-utils.csproj /t:RunTests
150+
$(MSBUILD) $(MSBUILD_FLAGS) tools/java-source-utils/java-source-utils.csproj /t:RunTests -v:diag
151151

152152
bin/Test$(CONFIGURATION)/$(JAVA_INTEROP_LIB): bin/$(CONFIGURATION)/$(JAVA_INTEROP_LIB)
153153
cp $< $@

build-tools/automation/templates/core-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
displayName: Prepare Solution
77
inputs:
88
projects: Java.Interop.sln
9-
arguments: '-c $(Build.Configuration) -target:Prepare -p:MaxJdkVersion=$(MaxJdkVersion)'
9+
arguments: '-c $(Build.Configuration) -target:Prepare -p:MaxJdkVersion=$(MaxJdkVersion) -v:diag'
1010

1111
- task: DotNetCoreCLI@2
1212
displayName: Shut down existing build server

build-tools/automation/templates/core-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ steps:
113113
condition: eq('${{ parameters.runJavaTests }}', 'true')
114114
inputs:
115115
command: build
116-
arguments: tools/java-source-utils/java-source-utils.csproj /t:RunTests
116+
arguments: tools/java-source-utils/java-source-utils.csproj -t:RunTests -v:diag
117117
continueOnError: true
118118

119119
- task: PublishTestResults@2

0 commit comments

Comments
 (0)