github.com/metacurrency/holochain@v0.1.0-alpha-26.0.20200915073418-5c83169c9b5b/docker/tests/test.hc.serve.sample.test (about) 1 docker run -e LOCAL_USER_ID=`id -u $USER` -i devcore /bin/sh -c tests/test.hc.serve.sample.test.inContainer | tee test.hc.serve.sample.test.output 2 grep -q "Starting with UID : 1002" test.hc.serve.sample.test.output || exit 1 3 rm test.hc.serve.sample.test.output 4 echo "passed test served hc as as user with matching user id"