You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run_test.sh: Mount /tmp into the unit test container
This change fixes an issue where tests would try to share configuration
with child containers via /tmp, but since those directories are not mounted and
a parent docker socket is used the containers created this way would
receive incorrect mounts. This fixes issues with SniProxy tests.
Fixes#28
0 commit comments