mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
ktest: Allow success logs to be stored
Add a STORE_SUCCESSES option, to allow success logs to be stored, for example to double-check or otherwise post-process the test logs. Link: http://lkml.kernel.org/r/1321616131-21352-3-git-send-email-rabin@rab.in Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt
parent
a9dd5d6317
commit
de5b6e3bf5
@@ -589,6 +589,12 @@
|
||||
# (default undefined)
|
||||
#STORE_FAILURES = /home/test/failures
|
||||
|
||||
# Directory to store success directories on success. If this is not
|
||||
# set, the .config, dmesg and bootlog will not be saved if a
|
||||
# test succeeds.
|
||||
# (default undefined)
|
||||
#STORE_SUCCESSES = /home/test/successes
|
||||
|
||||
# Build without doing a make mrproper, or removing .config
|
||||
# (default 0)
|
||||
#BUILD_NOCLEAN = 0
|
||||
|
||||
Reference in New Issue
Block a user