Add supervisor btests

This commit is contained in:
Jon Siwek 2020-01-16 19:21:53 -08:00
parent 21c75b46eb
commit 1972190b89
30 changed files with 546 additions and 14 deletions

View file

@ -32,7 +32,7 @@ export {
type NodeStatus: record {
node: NodeConfig;
pid: count;
pid: int &optional;
};
type Status: record {