All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 0/2] x86: remove tscdeadline_latency from unittest.cfg
@ 2015-01-20 14:27 Radim Krčmář
  2015-01-20 14:27 ` [PATCH kvm-unit-tests 1/2] x86: use underline in tscdeadline-latency filename Radim Krčmář
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Radim Krčmář @ 2015-01-20 14:27 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini

unittest.cfg expects tscdeadline_latency.flat, while the existing
filename contains a dash => we don't call it from ./run_tests.sh.
(Which is considered a PASS :)

tscdeadline_latency isn't a unit test so we can omit it.
(Feel free to drop [1/2], I just loathe inconsistencies.)


Radim Krčmář (2):
  x86: use underline in tscdeadline-latency filename
  x86: remove tscdeadline_latency from unittest.cfg

 config/config-x86-common.mak                         | 2 +-
 config/config-x86_64.mak                             | 2 +-
 x86/{tscdeadline-latency.c => tscdeadline_latency.c} | 0
 x86/unittests.cfg                                    | 5 -----
 4 files changed, 2 insertions(+), 7 deletions(-)
 rename x86/{tscdeadline-latency.c => tscdeadline_latency.c} (100%)

-- 
2.2.1


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

end of thread, other threads:[~2015-01-20 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 14:27 [PATCH kvm-unit-tests 0/2] x86: remove tscdeadline_latency from unittest.cfg Radim Krčmář
2015-01-20 14:27 ` [PATCH kvm-unit-tests 1/2] x86: use underline in tscdeadline-latency filename Radim Krčmář
2015-01-20 14:27 ` [PATCH kvm-unit-tests 2/2] x86: remove tscdeadline_latency from unittest.cfg Radim Krčmář
2015-01-20 16:10 ` [PATCH kvm-unit-tests 0/2] " Paolo Bonzini

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.