fixed argument handling in unit definitions

This commit is contained in:
2021-07-26 01:17:41 -04:00
parent 5287a1baa9
commit 23f64c026c
7 changed files with 28 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"execution_context_override": true,
"execution_context": "/home/bagira/development/internal/rex/test",
"execution_context": "/home/bagira/development/internal/Rex/test",
"units_path": "units/",
"logs_path": "logs/",
"config_version": "4"

View File

@@ -2,7 +2,7 @@
"units": [
{
"name": "independent test 1",
"target": "components/independent_test_1.bash",
"target": "components/independent_test_1.bash --ls -s --arg",
"rectifier": "",
"active": true,
"required": true,
@@ -10,12 +10,12 @@
"user": "bagira",
"group": "bagira",
"rectify": false,
"shell": "/usr/bin/env bash",
"shell": "/usr/bin/bash",
"environment": "environments/rex.variables"
},
{
"name": "independent test 2",
"target": "components/independent_test_2.bash",
"target": "components/independent_test_2.bash --ls",
"rectifier": "",
"active": true,
"required": true,