platforms/tests/host_constraints_test.sh

4 lines
186 B
Bash
Executable File

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