Files
scylladb/docs/dev
Piotr Smaroń d2bfe124ad doc: fix command invoking tests
The developer documentation from `building.md` suggested to run unit tests with `./tools/toolchain/dbuild test` command, however this command only invokes `test` bash tool, which immediately returns with status `1`:
```
[piotrs@new-host scylladb]$ ./tools/toolchain/dbuild test
[piotrs@new-host scylladb]$ echo $?
1
```
This was probably unintended mistake and what author really meant was invoking `dbuild ninja test`.

Closes #12890
2023-02-17 10:16:33 +02:00
..
2022-06-24 18:07:08 +01:00
2023-02-17 10:16:33 +02:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2022-06-28 15:19:36 +01:00
2022-08-08 08:02:27 +03:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2023-01-27 19:15:39 +01:00
2022-06-24 18:07:08 +01:00
2022-06-30 19:11:09 +01:00
2022-06-30 19:10:41 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2023-01-27 19:15:39 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00
2022-06-24 18:07:08 +01:00

Scylla developer documentation

This folder contains developer-oriented documentation concerning the ScyllaDB codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.

Seastar documentation can be found here.

User documentation can be found on docs.scylladb.com

For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.