Skip to content

Commit 6a695bd

Browse files
committed
Add distgen generated files
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 2277dff commit 6a695bd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

3.11-minimal/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.11/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.12-minimal/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.12/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.13-minimal/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.13/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.6/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.9-minimal/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

3.9/test/run-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ PYTHON_VERSION="3.12"
1212
if [[ ! -f "/usr/bin/python$PYTHON_VERSION" ]]; then
1313
PYTHON_VERSION="3.13"
1414
fi
15-
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_b*.py
15+
cd "${THISDIR}" && "python${PYTHON_VERSION}" -m pytest -s -rA --showlocals -vv test_container_*.py

0 commit comments

Comments
 (0)