diff --git a/test/entrypoint.sh b/test/entrypoint.sh index 3f9c1c5..7525780 100644 --- a/test/entrypoint.sh +++ b/test/entrypoint.sh @@ -2,6 +2,8 @@ set -x +echo "$UNITY_LICENSE" > /root/.local/share/unity3d/Unity/Unity_lic.ulf + echo "Testing for $TEST_PLATFORM" ${UNITY_EXECUTABLE:-xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' /opt/Unity/Editor/Unity} \