Skip to content

Commit 3da30c3

Browse files
committed
capture blockingSocketTest output
1 parent 5469d37 commit 3da30c3

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,13 @@ skip_commits:
3232

3333
# Build Configurations: dll/static, regular/debug
3434
configuration:
35-
- dynamic
3635
- static
37-
- dynamic-debug
38-
- static-debug
3936

4037
# Environment variables: compiler toolchain
4138
environment:
4239
matrix:
43-
- TOOLCHAIN: 10.0
44-
- TOOLCHAIN: 11.0
45-
- TOOLCHAIN: 12.0
46-
- TOOLCHAIN: 14.0
4740
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4841
TOOLCHAIN: 2017
49-
- TOOLCHAIN: cygwin
50-
- TOOLCHAIN: mingw
51-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
5242

5343
# Platform: architecture
5444
platform:

.ci/appveyor-make.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,9 @@ echo [INFO] Perl version
135135
perl --version
136136

137137
%MAKE% %MAKEARGS% %*
138+
139+
echo %CD%
140+
141+
cd modules/libcom/test/O.%EPICS_HOST_ARCH%
142+
143+
blockingSockTest

.ci/travis-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ if [ "$TEST" != "NO" ]
7474
then
7575
make -j2 tapfiles
7676
make -s test-results
77+
find modules/libcom/test -name blockingSockTest.t | xargs -l1 cat
7778
fi

0 commit comments

Comments
 (0)