Files
graphene/Pal/regression/Process.manifest.template
Don Porter ce49dcb03d Migrate unit tests to jenkins (#122)
* Migrate running unit tests for Linux host to Jenkins.  Add a unit test for the Linux host, Debug build

* Ignore files generated as part of unit testsing.

* A quick and dirty fix for port collisions during CI tests.  Come back and do a better job if we continue having problems

* For some reason, the PAL Process regression tests fail using the default manifest under a debug build.  Go ahead and explicate a template for the Process test.
2017-12-03 14:04:39 +00:00

16 lines
315 B
Plaintext

# the executable to run
# loader.exec = file:./HelloWorld
# debug type: inline|file
loader.debug_type = inline
# debug as file
# loader.debug_file = <path>
fs.mount.root.uri = file:
# allow to bind on port 8000
net.allow_bind.1 = 127.0.0.1:8000
# allow to connect to port 8000
net.allow_peer.1 = 127.0.0.1:8000