Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Aug 15, 2023
1 parent 7425b1e commit ae29163
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ci/dash/test_integrationtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ fi

export LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib

cd build-ci/dashcore-$BUILD_TARGET

echo "pwd: $PWD"
ls ./test
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
./test/get_previous_releases.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}"
fi

cd build-ci/dashcore-$BUILD_TARGET

echo "pwd: $PWD"
ls ./test

if [ "$SOCKETEVENTS" = "" ]; then
# Let's switch socketevents mode to some random mode
R=$((RANDOM%3))
Expand Down

0 comments on commit ae29163

Please sign in to comment.