All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 00/12] scripts/mkstandalone: rewrite
@ 2016-01-19 13:23 Radim Krčmář
  2016-01-19 13:24 ` [PATCH kvm-unit-tests 01/12] scripts/mkstandalone: simplify redirection Radim Krčmář
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Radim Krčmář @ 2016-01-19 13:23 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Andrew Jones

Drew and I have shelved series' where mkstandalone was duplicating the
effort.  This patchset should make future changes much simpler by
reusing code from other files in standalone tests.


Radim Krčmář (12):
  scripts/mkstandalone: simplify redirection
  scripts/mkstandalone: fix ARCH
  scripts/mkstandalone: refactor temp file creation
  scripts/mkstandalone: use bash in standalone test
  scripts/mkstandalone: reuse $TEST_DIR/run
  run_tests: move reusable code to scripts/runtime
  scripts/runtime: change callsite of $TEST_DIR/run
  scripts/mkstandalone: refactor check for test kernel
  scripts/mkstandalone: use scripts/runtime
  scripts/mkstandalone: simplifiy redirection, again
  scripts/mkstandalone: sanitize one_kernel handling
  scripts/mkstandalone: return the exit value of a test

 run_tests.sh            | 101 +----------------------------
 scripts/mkstandalone.sh | 164 +++++++++++++++++++-----------------------------
 scripts/runtime.bash    | 103 ++++++++++++++++++++++++++++++
 3 files changed, 169 insertions(+), 199 deletions(-)
 create mode 100644 scripts/runtime.bash

-- 
2.7.0


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2016-01-19 15:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 13:23 [PATCH kvm-unit-tests 00/12] scripts/mkstandalone: rewrite Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 01/12] scripts/mkstandalone: simplify redirection Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 02/12] scripts/mkstandalone: fix ARCH Radim Krčmář
2016-01-19 14:32   ` Paolo Bonzini
2016-01-19 13:24 ` [PATCH kvm-unit-tests 03/12] scripts/mkstandalone: refactor temp file creation Radim Krčmář
2016-01-19 14:46   ` Paolo Bonzini
2016-01-19 14:53     ` Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 04/12] scripts/mkstandalone: use bash in standalone test Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 05/12] scripts/mkstandalone: reuse $TEST_DIR/run Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 06/12] run_tests: move reusable code to scripts/runtime Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 07/12] scripts/runtime: change callsite of $TEST_DIR/run Radim Krčmář
2016-01-19 14:38   ` Paolo Bonzini
2016-01-19 14:55     ` Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 08/12] scripts/mkstandalone: refactor check for test kernel Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 09/12] scripts/mkstandalone: use scripts/runtime Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 10/12] scripts/mkstandalone: simplifiy redirection, again Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 11/12] scripts/mkstandalone: sanitize one_kernel handling Radim Krčmář
2016-01-19 13:24 ` [PATCH kvm-unit-tests 12/12] scripts/mkstandalone: return the exit value of a test Radim Krčmář
2016-01-19 14:49 ` [PATCH kvm-unit-tests 00/12] scripts/mkstandalone: rewrite Paolo Bonzini
2016-01-19 14:56   ` Radim Krčmář
2016-01-19 15:20 ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.