Analysis workflow, disable -x for bash the output is reordered with

respect to the command output.
This commit is contained in:
W.C.A. Wijngaards 2021-06-25 16:50:21 +02:00
parent 6ac9253c2a
commit 57022af9a4

View File

@ -170,8 +170,6 @@ jobs:
if: ${{ matrix.test_windows == 'yes' }}
shell: bash
run: |
#echo commands as we make them.
set -x
export unboundpath=`pwd`
echo unboundpath=${unboundpath}
cd ..