Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base test script #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

freddy77
Copy link
Collaborator

This test script comes partially from release/xs8 branch. The intention is to have some common way to launch tests. This allows, for instance, to execute tests from packaging tools (like RPM spec files) using the same code.

This test script comes partially from release/xs8 branch.
The intention is to have some common way to launch tests.
This allows, for instance, to execute tests from packaging
tools (like RPM spec files) using the same code.

Signed-off-by: Frediano Ziglio <[email protected]>
if head -1 ../init | grep -q python3; then
PYTHON=python3
fi
$PYTHON test_errors.py -v
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_errors.py doesn't exist on master yet, is there a PR/branch to add it and the supporting files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants