Skip to content

Commit

Permalink
Kokoro: Don't use verbose logging for make
Browse files Browse the repository at this point in the history
When the build fails, it's very hard to find the compiler error in the spam.

Change-Id: Ic975f0a075e4104db82a58ef03e1ba643e520fe2
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26031
Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
Tested-by: Ben Clayton <bclayton@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
  • Loading branch information
ben-clayton committed Mar 5, 2019
1 parent e57f10e commit 4c84dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/gcp_ubuntu/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git submodule update --init
mkdir -p build && cd build

cmake ..
make --jobs=$(nproc) VERBOSE=1
make --jobs=$(nproc)

# Run the GLES unit tests.
./unittests

0 comments on commit 4c84dbd

Please sign in to comment.