From 32929c7587d0cc9eb90add861662d8ad4998cb39 Mon Sep 17 00:00:00 2001 From: Prakhar Singhal Date: Sat, 24 Aug 2024 20:37:22 +0000 Subject: [PATCH] added formatting test for Control plane build tests Signed-off-by: Prakhar Singhal --- test/presubmit-tests.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 test/presubmit-tests.sh diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh old mode 100755 new mode 100644 index 1757f5c280..3e5028eb9a --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -34,6 +34,8 @@ function fail_test() { function build_tests() { header "Running control plane build tests" + cd $(dirname "$0")/../control-plane + ./mvnw spotless:check || fail_test "Control plane formatting check failed" default_build_test_runner || fail_test "Control plane build tests failed" }