diff --git a/scripts/ci/build-and-test.sh b/scripts/ci/build-and-test.sh index e5f343c42700..bd6f3f0be007 100755 --- a/scripts/ci/build-and-test.sh +++ b/scripts/ci/build-and-test.sh @@ -1,7 +1,10 @@ -#!/usr/bin/env bash -set -ex +#!/bin/bash -echo "======= Starting build-and-test.sh ========================================" +set -e + +echo "" +echo "Building sources and running tests. Running mode: ${MODE}" +echo "" # Go to project dir cd $(dirname $0)/../..