Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions xjalienfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ if [ -n "$ALIBUILD_XJALIENFS_TESTS" ] &&
# Tests need a JAliEn token, so skip them if we have none.
[ -n "$JALIEN_TOKEN_CERT" ] && [ -n "$JALIEN_TOKEN_KEY" ]
then
# temporary measure againt breakage of alienpy tests on Alma9 aarch64 builder environment
# the breakage is present only in the special CI environment on that machine
[[ "${ARCHITECTURE}" != "slc9_aarch64" ]] && PATH="$INSTALLROOT/bin:$PATH" \
PATH="$INSTALLROOT/bin:$PATH" \
PYTHONPATH="$INSTALLROOT/lib/python/site-packages:$PYTHONPATH" \
"$SOURCEDIR/tests/run_tests" ci-tests
fi
Expand Down