logic issue being worked, "independent test 1" should be throwing an exception with current settings. Is ignoring the throw call.

This commit is contained in:
Phanes
2017-12-01 21:41:22 -05:00
parent 19c465bdaf
commit 9e4c88262a
5 changed files with 174 additions and 65 deletions

View File

@@ -2,35 +2,35 @@
"units": [
{
"name": "independent test 1",
"target": "(>&2 echo 'error is a doodle day')",
"rectifier": "/usr/bin/true",
"active": true,
"required": true,
"rectify": true
},
{
"name": "independent test 2",
"target": "/usr/bin/false",
"rectifier": "/usr/bin/true",
"active": true,
"required": true,
"rectify": false
},
{
"name": "independent test 2",
"target": "/usr/bin/false",
"rectifier": "/usr/bin/false",
"active": true,
"required": false,
"rectify": false
},
{
"name": "A DEFINITION THAT IS NOT USED",
"target": "/usr/bin/false",
"rectifier": "/usr/bin/true",
"rectifier": "/usr/bin/false",
"active": true,
"required": true,
"rectify": false
"rectify": true
},
{
"name": "dependent test",
"target": "/usr/bin/false",
"rectifier": "/usr/bin/true",
"rectifier": "/usr/bin/false",
"active": true,
"required": true,
"rectify": false
"rectify": true
}
]
}