Skip to content

Commit 0f95789

Browse files
committed
Rename LIBCARNA_PYTHON_BUILD_TEST to LIBCARNA_PYTHON_BUILD_TESTS
1 parent cd18496 commit 0f95789

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ installs a meta package that automatically chooses the right implementation, or
5252

5353
There is a build script for Ubuntu Linux which builds a wheel file:
5454
```bash
55-
LIBCARNA_PYTHON_BUILD_DOCS=ON LIBCARNA_PYTHON_BUILD_TEST=ON ./linux_build.bash
55+
LIBCARNA_PYTHON_BUILD_DOCS=1 LIBCARNA_PYTHON_BUILD_TESTS=1 ./linux_build.bash
5656
```
57-
Adaption to other distribution should be self-explanatory.
57+
Adaption to other distributions should be self-explanatory.
5858

5959
After building the wheel file, it can be installed using:
6060
```bash

linux_build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ source venv/bin/activate
3737
pip install --no-deps dist/*.whl
3838

3939
# Optionally, run the test suite
40-
if [ -v LIBCARNA_PYTHON_BUILD_TEST ]; then
40+
if [ -v LIBCARNA_PYTHON_BUILD_TESTS ]; then
4141
cd "$ROOT"
4242
pip install -r test/requirements.txt
4343
python -m unittest

0 commit comments

Comments
 (0)