Skip to content

Commit

Permalink
Fixed BASE_DIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Nov 1, 2023
1 parent 78fcc02 commit df8ef5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions continuous_integration/scripts/run-test-or-analysis
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

run_test_or_analysis() {
set -x
cd ~/

export PROJECT=legate.core
export BASE_DIR=/tmp/$PROJECT
export BASE_DIR="/$PROJECT"

install_legate_core_with_war;

Expand Down

0 comments on commit df8ef5a

Please sign in to comment.