2
0
Fork 0
mirror of https://github.com/bazelbuild/platforms synced 2024-11-28 15:33:39 +00:00
platforms/tests/host_constraints_test.sh

4 lines
186 B
Bash
Raw Permalink Normal View History

echo actual host constraints: ${ACTUAL_HOST_CONSTRAINTS}
echo expected host constraints: ${EXPECTED_HOST_CONSTRAINTS}
test "${ACTUAL_HOST_CONSTRAINTS}" == "${EXPECTED_HOST_CONSTRAINTS}"