Skip to content

Commit a1cbc4b

Browse files
author
Marc Coiffier
committed
Déplacement du 'set -ue' après l'import des variables Intel (pour cause d'erreur dans le script setvars.sh...)
1 parent 0fcf268 commit a1cbc4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
2-
set -ue
32
if [ "$IDEFIX_COMPILER" == icc ]; then
43
source /opt/intel/oneapi/setvars.sh
54
export CC=icx
65
export CXX=icpx
76
fi
7+
set -ue
88
cd "$1"
99
./testme.py "${@:2}"

0 commit comments

Comments
 (0)