github.com/metacurrency/holochain@v0.1.0-alpha-26.0.20200915073418-5c83169c9b5b/docker/tests/runAllTests.test (about) 1 cd tests/ 2 echo "--- Test 1 - serve start as user" 3 ./test.runAsHostUserUID.test && echo "--- passed" || echo "--- failed" 4 echo 5 echo "--- Test 2 - serve examples/sample with hc" 6 ./test.hc.serve.sample.test && echo "--- passed" || echo "--- failed" 7 echo