Skip to content

Commit

Permalink
Add some debugging echo's
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Aug 15, 2024
1 parent 8f39d6f commit 932d9a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,13 @@ fi
TMPDIR=$(mktemp -d)

echo ">> Setting up environment..."
module --force purge
# No module command, we are outside of the compat layer
# module --force purge
echo "Current EESSI env:"
env | grep "EESSI"
echo "EESSI_SOFTWARE_SUBDIR_OVERRIDE before calling eessi_software_subdir.py: $EESSI_SOFTWARE_SUBDIR_OVERRIDE"
export EESSI_SOFTWARE_SUBDIR_OVERRIDE=$(python3 $TOPDIR/eessi_software_subdir.py $DETECTION_PARAMETERS)
echo "EESSI_SOFTWARE_SUBDIR_OVERRIDE after calling eessi_software_subdir.py: $EESSI_SOFTWARE_SUBDIR_OVERRIDE"

source $TOPDIR/init/bash

Expand Down

0 comments on commit 932d9a0

Please sign in to comment.