Merge pull request #309 from amygdalama/ah_dev_docs
fix codeblock formatting
This commit is contained in:
@@ -30,13 +30,13 @@ Testing Locally
|
|||||||
|
|
||||||
Before testing, you'll need to set an environment variable to the version of Cassandra that's being tested. The version cooresponds to the <Major><Minor> release, so for example if you're testing against Cassandra 2.1, you'd set the following:
|
Before testing, you'll need to set an environment variable to the version of Cassandra that's being tested. The version cooresponds to the <Major><Minor> release, so for example if you're testing against Cassandra 2.1, you'd set the following:
|
||||||
|
|
||||||
.. code-block::bash
|
.. code-block:: bash
|
||||||
|
|
||||||
export CASSANDRA_VERSION=20
|
export CASSANDRA_VERSION=20
|
||||||
|
|
||||||
At the command line, execute:
|
At the command line, execute:
|
||||||
|
|
||||||
.. code-block::bash
|
.. code-block:: bash
|
||||||
|
|
||||||
bin/test.py
|
bin/test.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user