Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Jul 28, 2024
1 parent b5a0de0 commit 9b53451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
spack env deactivate
echo "Verify 'create env' warnings"
set -x
spack stack create env --name chaintest2 --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2>&1 | tee stderr.txt
spack stack create env --name chaintest2 --site linux.default --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2>&1 | tee stderr.txt
cnt=$(grep -c "WARNING" stderr.txt || true)
if [ $cnt -ne 0 ]; then echo "Incorrect 'create env' warning"; exit 1; fi
echo "# nothing" >> ${SPACK_STACK_DIR}/envs/chaintest/site/packages.yaml
Expand Down

0 comments on commit 9b53451

Please sign in to comment.