steadystate: reject job if steadystate options are not consistent within reporting...
[fio.git] / init.c
diff --git a/init.c b/init.c
index 8d2603aadac55a22dfdf49612fdbc3ce740a02bd..9f69b3c2394667d03053931e2adcb18d78f5cd3a 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1578,7 +1578,8 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num,
                        log_info("...\n");
        }
 
-       td_steadystate_init(td);
+       if (td_steadystate_init(td))
+               goto err;
 
        /*
         * recurse add identical jobs, clear numjobs and stonewall options