mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
bazel: consolidate bazel test invocations
This way it can run them in parallel.
(cherry picked from commit 14ef7c0c59)
This commit is contained in:
committed by
Robin Gloster
parent
2e189e0378
commit
e2efc8abdb
@@ -75,8 +75,9 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
export TEST_TMPDIR=$(pwd)
|
||||
./output/bazel test --test_output=errors examples/cpp:hello-success_test
|
||||
./output/bazel test --test_output=errors examples/java-native/src/test/java/com/example/myproject:hello
|
||||
./output/bazel test --test_output=errors \
|
||||
examples/cpp:hello-success_test \
|
||||
examples/java-native/src/test/java/com/example/myproject:hello
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user