summaryrefslogtreecommitdiff
path: root/runner/executor.h
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2019-01-22 12:47:23 +0200
committerPetri Latvala <petri.latvala@intel.com>2019-01-22 14:26:21 +0200
commit96f3a1b876e0dd24706b85fb872f12031a436e84 (patch)
treeeb4ef11df3f31ba7dc40605f46cdd24a6fa84dd6 /runner/executor.h
parent34e312999df75d6ac68ca7714b9137df56acc3f8 (diff)
runner: Implement --dry-run
Actually implement --dry-run to not execute tests. With dry-run active, attempting to execute will figure out the list of things to execute, serialize them along with settings, and stop. This will be useful for CI that wants to post-mortem on failed test rounds to generate a list of tests that should have been executed and produce json result files (full of 'notrun') for proper statistics. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Andi Shyti <andi.shyti@intel.com> Cc: Martin Peres <martin.peres@linux.intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Tomi Sarvela <tomi.p.sarvela@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'runner/executor.h')
-rw-r--r--runner/executor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runner/executor.h b/runner/executor.h
index 12883f15..6c83e649 100644
--- a/runner/executor.h
+++ b/runner/executor.h
@@ -14,6 +14,7 @@ struct execute_state
*/
double time_left;
double resuming;
+ bool dry;
};
enum {