Skip to content

Commit

Permalink
tests: bind the home dir for sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 29, 2024
1 parent ee49969 commit faf8d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_offline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ cp -a SteamLinuxRuntime_sniper/* "$HOME"/.local/share/umu
mv "$HOME"/.local/share/umu/_v2-entry-point "$HOME"/.local/share/umu/umu

# Run offline using bwrap
UMU_LOG=debug GAMEID=umu-0 bwrap --unshare-net --bind / / --dev /dev -- "$HOME/.local/bin/umu-run" wineboot -u
UMU_LOG=debug GAMEID=umu-0 bwrap --unshare-net --bind / / --dev /dev --bind "$HOME" "$HOME" -- "$HOME/.local/bin/umu-run" wineboot -u

0 comments on commit faf8d19

Please sign in to comment.