From b7d82e40c597cc0a0bccd55ba9da24a89be06265 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sat, 27 Nov 2010 17:34:20 +0000 Subject: [PATCH] Fix breakage from previous commit e695efb Wrong file name in Makefile.am and wrong naming (.unittest vs _unittest). Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- Makefile.am | 2 +- ...eti.hypervisor.unittest.py => ganeti.hypervisor_unittest.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{ganeti.hypervisor.unittest.py => ganeti.hypervisor_unittest.py} (100%) mode change 100644 => 100755 diff --git a/Makefile.am b/Makefile.am index 3a95192aa..8f39bd31a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -431,7 +431,7 @@ python_tests = \ test/ganeti.errors_unittest.py \ test/ganeti.hooks_unittest.py \ test/ganeti.http_unittest.py \ - test/ganeti.hypervisor.py \ + test/ganeti.hypervisor_unittest.py \ test/ganeti.hypervisor.hv_kvm_unittest.py \ test/ganeti.impexpd_unittest.py \ test/ganeti.jqueue_unittest.py \ diff --git a/test/ganeti.hypervisor.unittest.py b/test/ganeti.hypervisor_unittest.py old mode 100644 new mode 100755 similarity index 100% rename from test/ganeti.hypervisor.unittest.py rename to test/ganeti.hypervisor_unittest.py -- GitLab