Merge pull request #34 from google/print-shell-commands
Use set -x to output commands running
This commit is contained in:
commit
c90819c53d
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
set -eu
|
set -eux
|
||||||
|
|
||||||
echo "Running CMake... ======================================"
|
echo "Running CMake... ======================================"
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
set -eu
|
set -eux
|
||||||
|
|
||||||
echo "Running check-all... ====================================="
|
echo "Running check-all... ====================================="
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
|
|
Loading…
Reference in a new issue