data structure seems to be fully implemented
This commit is contained in:
Binary file not shown.
@@ -4,8 +4,8 @@
|
||||
"name": "gcc is present",
|
||||
"target": "./ubuntu/xenial/check_gcc_present.run",
|
||||
"output": "present",
|
||||
"rectifier": "./ubuntu/xenial/install_gcc",
|
||||
"active": true,
|
||||
"rectifier": "./ubuntu/xenial/install_gcc",
|
||||
"active": true,
|
||||
"required": true,
|
||||
"rectify": true
|
||||
},
|
||||
@@ -13,8 +13,8 @@
|
||||
"name": "gcc can compile",
|
||||
"target": "./ubuntu/xenial/check_gcc_compiles.run",
|
||||
"output": "can compile",
|
||||
"rectifier": "",
|
||||
"active": true,
|
||||
"rectifier": "echo pass",
|
||||
"active": true,
|
||||
"required": true,
|
||||
"rectify": false
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user