1
0
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:
Andrew Hutchings 2024-09-27 10:23:12 +01:00 committed by GitHub
parent c76073c848
commit 9d27d9864d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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``.