]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: ceph_erasure_code_non_regression s/stipe/stripe/
authorLoic Dachary <ldachary@redhat.com>
Tue, 9 Jun 2015 14:22:43 +0000 (16:22 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 9 Jun 2015 14:35:02 +0000 (16:35 +0200)
Synchronize withe the ceph-erasure-code-corpus submodule in which all
file names were modified to fix the typo.

http://tracker.ceph.com/issues/11932 Fixes: #11932

Signed-off-by: Loic Dachary <ldachary@redhat.com>
ceph-erasure-code-corpus
src/test/erasure-code/ceph_erasure_code_non_regression.cc

index b4ff66f371175a73e3f2246384ecfb378fd0aaf1..fe76544beb0d87ee4a2b167a16433cae900b8399 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b4ff66f371175a73e3f2246384ecfb378fd0aaf1
+Subproject commit fe76544beb0d87ee4a2b167a16433cae900b8399
index 222d174f947aa3548472f66d6abba1f1e894bd98..5ef7c1932b9cc5011185a41448e99f8bc6da0a0d 100644 (file)
@@ -119,7 +119,7 @@ int ErasureCodeNonRegression::setup(int argc, char** argv) {
 
   {
     stringstream path;
-    path << base << "/" << "plugin=" << plugin << " stipe-width=" << stripe_width;
+    path << base << "/" << "plugin=" << plugin << " stripe-width=" << stripe_width;
     directory = path.str();
   }