Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
16ef2588
Commit
16ef2588
authored
Jul 13, 2020
by
Ben Clayton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kokoro: Print test output to stdout
parent
f5add0b2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
build.sh
kokoro/linux-clang-release-bazel/build.sh
+1
-1
build.sh
kokoro/macos-clang-release-bazel/build.sh
+1
-1
build.bat
kokoro/windows-msvc-2015-release-bazel/build.bat
+1
-1
No files found.
kokoro/linux-clang-release-bazel/build.sh
View file @
16ef2588
...
...
@@ -56,5 +56,5 @@ echo $(date): Build everything...
echo
$(
date
)
: Build completed.
echo
$(
date
)
: Starting bazel test...
./bazel-0.29.1-linux-x86_64
test
:all
./bazel-0.29.1-linux-x86_64
test
:all
--test_output
=
all
echo
$(
date
)
: Bazel
test
completed.
kokoro/macos-clang-release-bazel/build.sh
View file @
16ef2588
...
...
@@ -56,5 +56,5 @@ echo $(date): Build everything...
echo
$(
date
)
: Build completed.
echo
$(
date
)
: Starting bazel test...
./bazel-0.29.1-darwin-x86_64
test
:all
./bazel-0.29.1-darwin-x86_64
test
:all
--test_output
=
all
echo
$(
date
)
: Bazel
test
completed.
kokoro/windows-msvc-2015-release-bazel/build.bat
View file @
16ef2588
...
...
@@ -67,7 +67,7 @@ echo "Build Completed %DATE% %TIME%"
:: Run the tests
:: ##############
echo "Running Tests... %DATE% %TIME%"
bazel.exe test :all
bazel.exe test :all
--test_output=all
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
echo "Tests Completed %DATE% %TIME%"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment