branding, legal notices, and improved usage statement
This commit is contained in:
20
conf/units/dependent_tests.units
Normal file
20
conf/units/dependent_tests.units
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"units": [
|
||||||
|
{
|
||||||
|
"name": "A DEFINITION THAT IS NOT USED",
|
||||||
|
"target": "/usr/bin/dialog --yesno test 50 50",
|
||||||
|
"rectifier": "/usr/bin/false",
|
||||||
|
"active": true,
|
||||||
|
"required": true,
|
||||||
|
"rectify": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dependent test",
|
||||||
|
"target": "/usr/bin/false",
|
||||||
|
"rectifier": "/usr/bin/true",
|
||||||
|
"active": true,
|
||||||
|
"required": true,
|
||||||
|
"rectify": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user