Skip to content

Commit

Permalink
Make sure to make tests runnable concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 29, 2024
1 parent b131a28 commit 9f5767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testDriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DELPHES_CARD_IN=${2}
OUTPUT_CONFIG=${3}
OUTPUT_FILE=${4}

DELPHES_CARD=$(pwd)/test_$(basename ${DELPHES_CARD_IN})
DELPHES_CARD=$(pwd)/$(mktemp -u test_XXXX_$(basename ${DELPHES_CARD_IN}))

# Keep track on whether this has been enabled from the calling site
xtrace_on=$(shopt -qo xtrace && echo "yes")
Expand Down

0 comments on commit 9f5767d

Please sign in to comment.