mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
* 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.
16 lines
315 B
Plaintext
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
|