[deltacloud-core] Fix test executeion.

Vít Ondruch vondruch at fedoraproject.org
Fri Apr 5 14:04:45 UTC 2013


commit f2ee1cba29f2035050ff100b47a1c7cf557776eb
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Apr 5 16:03:51 2013 +0200

    Fix test executeion.

 deltacloud-core.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index 29df1de..9c795f5 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -249,12 +249,12 @@ rm -rf %{buildroot}%{app_root}/support/fedora
 
 %check
 pushd %{buildroot}%{app_root}
-ruby tests/deltacloud/*_test.rb
-ruby tests/helpers/core_ext/*_test.rb
-ruby tests/helpers/rack/*_test.rb
-ruby tests/drivers/base/*_test.rb
-#ruby tests/drivers/mock/*_test.rb
-#ruby tests/drivers/models/*_test.rb
+find tests/deltacloud -name *_test.rb | xargs testrb
+find tests/helpers/core_ext -name *_test.rb | xargs testrb
+find tests/helpers/rack -name *_test.rb | xargs testrb
+find tests/drivers/base -name *_test.rb | xargs testrb
+#find tests/drivers/mock -name *_test.rb | xargs testrb
+#find tests/drivers/models -name *_test.rb | xargs testrb
 popd
 
 %clean


More information about the scm-commits mailing list