cleaned up what should be private member access
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"plan": [
|
||||
{ "name": "gcc is present", "depends on": [ null ] },
|
||||
{ "name": "gcc can compile", "depends on": [ "gcc is present" ] },
|
||||
{ "name": "gcc can compile2", "depends on": [ "gcc is present" ] },
|
||||
{ "name": "gcc can compile", "depends on": [ "gcc is present" ] }
|
||||
{ "name": "independent test", "depends on": null },
|
||||
{ "name": "dependent test", "depends on": [ "independent test", null, null ] }
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"units": [
|
||||
{
|
||||
"name": "gcc is present",
|
||||
"target": "./ubuntu/xenial/check_gcc_present.run",
|
||||
"output": "present",
|
||||
"rectifier": "./ubuntu/xenial/install_gcc",
|
||||
"name": "independent test",
|
||||
"target": "/home/phanes/tests/test-script-pass.sh",
|
||||
"output": "pass",
|
||||
"rectifier": "/home/phanes/tests/test-script-rectifier.sh",
|
||||
"active": true,
|
||||
"required": true,
|
||||
"rectify": true
|
||||
},
|
||||
{
|
||||
"name": "gcc can compile",
|
||||
"target": "./ubuntu/xenial/check_gcc_compiles.run",
|
||||
"output": "can compile",
|
||||
"rectifier": "echo pass",
|
||||
"name": "dependent test",
|
||||
"target": "/home/phanes/tests/test-script-pass.sh",
|
||||
"output": "pass",
|
||||
"rectifier": "/home/phanes/tests/test-script-rectifier.sh",
|
||||
"active": true,
|
||||
"required": true,
|
||||
"rectify": false
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user