github.com/metacurrency/holochain@v0.1.0-alpha-26.0.20200915073418-5c83169c9b5b/docker/tests/test.runAllTests.test (about)

     1  echo "--- Test 1 - serve start as user"
     2  ./test.runAsHostUserUID.test && echo "--- passed" || echo "--- failed"
     3  echo
     4  echo "--- Test 2 - serve examples/sample with hc"
     5  ./test.hc.serve.sample.test && echo "--- passed" || echo "--- failed"
     6  echo