Skip to content

Commit

Permalink
Déplacement du 'set -ue' après l'import des variables Intel (pour cau…
Browse files Browse the repository at this point in the history
…se d'erreur dans le script setvars.sh...)
  • Loading branch information
Marc Coiffier committed Dec 4, 2024
1 parent 4273a7a commit 2a037e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-tests
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -ue
if [ "$IDEFIX_COMPILER" == icc ]; then
source /opt/intel/oneapi/setvars.sh
export CC=icx
export CXX=icpx
fi
set -ue
cd "$1"
./testme.py "${@:2}"

0 comments on commit 2a037e0

Please sign in to comment.