From 3011b26395cf1814e0258937ef343b7d03a0b1fc Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Tue, 28 Jun 2016 15:42:27 +0200 Subject: Arnej/cleanup errexit usage 2 (#248) * not a script that can use "set -e" * run tests in correct order * fix usage of progctl.sh * should not use "set -e" in progdefs.sh * simpler programming to check for failures explicitly --- jrt_test/src/tests/mockup-invoke/progdefs.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'jrt_test/src/tests/mockup-invoke/progdefs.sh') diff --git a/jrt_test/src/tests/mockup-invoke/progdefs.sh b/jrt_test/src/tests/mockup-invoke/progdefs.sh index 6898513badc..4c483b8060b 100644 --- a/jrt_test/src/tests/mockup-invoke/progdefs.sh +++ b/jrt_test/src/tests/mockup-invoke/progdefs.sh @@ -1,4 +1,2 @@ -#!/bin/bash # Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -set -e prog server 1 "tcp/$PORT_0" "./jrt_test_mockup-server_app" -- cgit v1.2.3