Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 27, 2024
1 parent 2be8eb7 commit 256797f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
export PATH=${{ env.DAOS_PATH }}/bin:$PATH
export LD_LIBRARY_PATH=${{ env.DAOS_PATH }}/prereq/debug/ofi/lib:$LD_LIBRARY_PATH
./RUNTESTS.py daos_dtx
export LD_LIBRARY_PATH=${{ env.DAOS_PATH }}/prereq/debug/ofi/lib:$LD_LIBRARY_PATH
./RUNTESTS.sh daos_dtx
- name: Upload test results as artifact
Expand Down
2 changes: 2 additions & 0 deletions src/test/daos_dtx/TEST2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ setup

common_setup

echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" # debug

common_record
common_replay_and_check

Expand Down

0 comments on commit 256797f

Please sign in to comment.