Skip to content

Commit

Permalink
sleep inf for interactive test
Browse files Browse the repository at this point in the history
  • Loading branch information
dguerri committed Jun 14, 2024
1 parent 7b4620c commit c24edd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ quality_test:

interactive_test: all
docker kill dockerfuse-test || true
docker run -dit --rm --name dockerfuse-test alpine:latest sh
docker run -d --rm --name dockerfuse-test alpine:latest sleep inf
umount tmp || true
./dockerfuse -i dockerfuse-test -m ./tmp
umount tmp || true
Expand Down

0 comments on commit c24edd9

Please sign in to comment.