diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-22 16:26:40 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-12-03 19:07:23 -0500 | 
| commit | 506269820329f019d1ff26eb681fbaa70bcb9674 (patch) | |
| tree | ecd2592da07f25cbba06d4912b1921851b81f1b7 | |
| parent | ff4e8b219792684d2f09d865fab7aad1eab3a957 (diff) | |
| download | stasis-506269820329f019d1ff26eb681fbaa70bcb9674.tar.gz | |
Unindent script_setup
| -rw-r--r-- | src/lib/core/delivery_test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/delivery_test.c b/src/lib/core/delivery_test.c index 8dbcd78..e80e0ec 100644 --- a/src/lib/core/delivery_test.c +++ b/src/lib/core/delivery_test.c @@ -192,6 +192,7 @@ void delivery_tests_run(struct Delivery *ctx) {                          SYSERROR("An error occurred while rendering the following:\n%s", cmd);                          exit(1);                      } +                    unindent(cmd);                      struct MultiProcessingTask *task = NULL;                      char *runner_cmd = NULL;  | 
