1
0
Fork 0

Merge pull request #34 from google/print-shell-commands

Use set -x to output commands running
This commit is contained in:
ChristianKuehnel 2019-10-28 09:25:31 -07:00 committed by GitHub
commit c90819c53d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -eu
set -eux
echo "Running CMake... ======================================"
cd ${WORKSPACE}

View file

@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -eu
set -eux
echo "Running check-all... ====================================="
cd ${WORKSPACE}