Skip to content

Commit

Permalink
display homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jun 14, 2024
1 parent db44cd6 commit bae652a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/regressiontest_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@ jobs:
# module avail
# spack --version
module load python
# which python3
which python3
# python3 --version3
# cd $GITHUB_WORKSPACE
# ls -la
export HOMEDIR=`pwd`
echo $HOMEDIR
echo "-------------"
ls -la $HOMEDIR
echo "-------------"
. setup.sh
export BUILDTEST_CONFIGFILE=$BUILDTEST_ROOT/buildtest/settings/spack_container.yml
python $BUILDTEST_ROOT/buildtest/tools/unittests.py -c
export BUILDTEST_CONFIGFILE=$HOMEDIR/buildtest/settings/spack_container.yml
python $HOMEDIR/buildtest/tools/unittests.py -c
returncode=$?
if [ $returncode != 0 ]; then exit $returncode; fi
Expand Down

0 comments on commit bae652a

Please sign in to comment.