Skip to content

Commit

Permalink
tests: fix packaging for s/filestore/objectstore/
Browse files Browse the repository at this point in the history
The binaries file name have changed and need to be updated in the
packaging files for deb and rpm. Fix a few leftovers as well.

Fixing 1a588f1

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
Loic Dachary committed Feb 12, 2014
1 parent b88b257 commit 840e918
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -648,10 +648,10 @@ fi
%{_bindir}/ceph_test_cls_version
%{_bindir}/ceph_test_cors
%{_bindir}/ceph_test_filejournal
%{_bindir}/ceph_test_filestore
%{_bindir}/ceph_test_objectstore
%{_bindir}/ceph_test_filestore_idempotent
%{_bindir}/ceph_test_filestore_idempotent_sequence
%{_bindir}/ceph_test_filestore_workloadgen
%{_bindir}/ceph_test_objectstore_workloadgen
%{_bindir}/ceph_test_get_blkdev_size
%{_bindir}/ceph_test_ioctls
%{_bindir}/ceph_test_keyvaluedb_atomicity
Expand Down
4 changes: 2 additions & 2 deletions debian/ceph-test.install
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ usr/bin/ceph_test_cls_version
usr/bin/ceph_test_cors
usr/bin/ceph_test_crypto
usr/bin/ceph_test_filejournal
usr/bin/ceph_test_filestore
usr/bin/ceph_test_objectstore
usr/bin/ceph_test_filestore_idempotent
usr/bin/ceph_test_filestore_idempotent_sequence
usr/bin/ceph_test_filestore_workloadgen
usr/bin/ceph_test_objectstore_workloadgen
usr/bin/ceph_test_ioctls
usr/bin/ceph_test_keys
usr/bin/ceph_test_keyvaluedb_atomicity
Expand Down
2 changes: 1 addition & 1 deletion src/test/objectstore/TestObjectStoreState.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define dout_subsys ceph_subsys_filestore
#undef dout_prefix
#define dout_prefix *_dout << "ceph_test_filestore_state "
#define dout_prefix *_dout << "ceph_test_objectstore_state "

const coll_t TestObjectStoreState::META_COLL("meta");
const coll_t TestObjectStoreState::TEMP_COLL("temp");
Expand Down
2 changes: 1 addition & 1 deletion src/test/objectstore/store_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1062,5 +1062,5 @@ int main(int argc, char **argv) {
}

// Local Variables:
// compile-command: "cd ../.. ; make ceph_test_filestore ; ./ceph_test_filestore --gtest_filter=StoreTest.* --log-to-stderr=true --debug-filestore=20"
// compile-command: "cd ../.. ; make ceph_test_objectstore ; ./ceph_test_objectstore --gtest_filter=StoreTest.* --log-to-stderr=true --debug-filestore=20"
// End:

0 comments on commit 840e918

Please sign in to comment.