Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
| ... | ... |
@@ -33,6 +33,10 @@ run_test_integration() {
|
| 33 | 33 |
} |
| 34 | 34 |
|
| 35 | 35 |
build_test_suite_binaries() {
|
| 36 |
+ if [ $DOCKER_INTEGRATION_TESTS_VERIFIED ]; then |
|
| 37 |
+ echo "Skipping building test binaries; as DOCKER_INTEGRATION_TESTS_VERIFIED is set" |
|
| 38 |
+ return |
|
| 39 |
+ fi |
|
| 36 | 40 |
build_test_suite_binary ./integration-cli "test.main" |
| 37 | 41 |
for dir in $integration_api_dirs; do |
| 38 | 42 |
build_test_suite_binary "$dir" "test.main" |