Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test_kind (0.2 sec)

  1. build/lib/release.sh

          mkdir -p "${release_stage}/test/bin"
    
          local test_bins=("${KUBE_TEST_BINARIES[@]}")
          if [[ "${platform%/*}" = 'windows' ]]; then
            test_bins=("${KUBE_TEST_BINARIES_WIN[@]}")
          fi
          # This fancy expression will expand to prepend a path
          # (${LOCAL_OUTPUT_BINPATH}/${platform}/) to every item in the
          # test_bins array.
          cp "${test_bins[@]/#/${LOCAL_OUTPUT_BINPATH}/${platform}/}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/main/resources/header.html

                            <li><a href="../userguide/dataflow_actions.html">Dataflow Actions</a></li>
                            <li><a href="../userguide/test_kit.html">Testing with TestKit</a></li>
                            <li><a href="../userguide/ant.html">Using Ant from Gradle</a></li>
                        </ul>
                    </li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top