dependency management implemented -- this should be polished later to say the task name in the exception message. last feature to implement is logging.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
"plan": [
|
||||
{ "name": "independent test 1", "dependencies": [ null ] },
|
||||
{ "name": "independent test 2", "dependencies": [ null ] },
|
||||
{ "name": "dependent test", "dependencies": [ "independent test 1", null, null ] }
|
||||
{ "name": "dependent test", "dependencies": [ "independent test 1" ] }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user