3ac217e2cc
This removes all other Bazel test commands, so all tests can be again tested with `bazel test ...`. Also, fixes linux-arm64 glibc tests. Until now they've worked only in CI. Now they work everywhere I tried.
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/bin/bash
|
|
set -xeuo pipefail
|
|
|
|
bazel test ...
|