mirror of
https://github.com/mariadb-corporation/libmarias3.git
synced 2025-04-18 16:24:01 +03:00
Update README.rst
Fix code block issue
This commit is contained in:
parent
c76073c848
commit
9d27d9864d
16
README.rst
16
README.rst
@ -48,13 +48,15 @@ You will need the following OS environment variables set to run the tests:
|
||||
If you have minion installed, you should be able to use same settings as used by
|
||||
MariaDB mtr s3 tests:
|
||||
|
||||
export S3KEY=minio
|
||||
export S3SECRET=minioadmin
|
||||
export S3REGION=
|
||||
export S3BUCKET=storage-engine
|
||||
export S3HOST=127.0.0.1
|
||||
export S3PORT=9000
|
||||
export S3USEHTTP=1
|
||||
.. code-block:: bash
|
||||
|
||||
export S3KEY=minio
|
||||
export S3SECRET=minioadmin
|
||||
export S3REGION=
|
||||
export S3BUCKET=storage-engine
|
||||
export S3HOST=127.0.0.1
|
||||
export S3PORT=9000
|
||||
export S3USEHTTP=1
|
||||
|
||||
The test suite is automatically built along with the library and can be executed with ``make check`` or ``make distcheck``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user