We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69320e commit adcb22cCopy full SHA for adcb22c
tests/test-03.sh
@@ -64,7 +64,7 @@ t_run "M/bin/_debug_exec touch MyProg/A 2>&1 | grep -q 'Read-only file system'"
64
t_run "wrap-install MyProg/ -w bin --prefix N" "Wrap install nomask"
65
t_run "N/bin/PP | grep -q HELLO" "wrap-install without --mask works"
66
t_run "N/bin/_debug_exec touch MyProg/A" "disk installation is not masked"
67
-export CW_EXTRA_BIND_MOUNTS=$PWD/MyProg/img.sqfs:$PWD/MyProg:image-src=/:$PWD/S/img.sqfs:$(S/bin/_debug_exec bash -c "echo \$install_root"):image-src=/:$PWD/Gdal/img.sqfs:$(Gdal/bin/_debug_exec bash -c "echo \$install_root"):image-src=/
+export CW_EXTRA_BIND_MOUNTS=$PWD/MyProg/img.sqfs:$PWD/MyProg:image-src=/,$PWD/S/img.sqfs:$(S/bin/_debug_exec bash -c "echo \$install_root"):image-src=/,$PWD/Gdal/img.sqfs:$(Gdal/bin/_debug_exec bash -c "echo \$install_root"):image-src=/
68
rm -rf MyProg
69
mv M MyProg
70
t_run "S/bin/_debug_exec MyProg/bin/PP | grep -q HELLO" "Composition works into wrapped"
0 commit comments