Skip to content

Commit

Permalink
try to fix wine prefix?
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 7, 2025
1 parent e72fa18 commit 7378e74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/dash/test_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export BOOST_TEST_LOG_LEVEL=test_suite

cd build-ci/dashcore-$BUILD_TARGET

export WINEPREFIX="/tmp/wine"
mkdir -p "$WINEPREFIX"

if [ "$DIRECT_WINE_EXEC_TESTS" = "true" ]; then
# Inside Docker, binfmt isn't working so we can't trust in make invoking windows binaries correctly
wine ./src/test/test_dash.exe
Expand Down

0 comments on commit 7378e74

Please sign in to comment.