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

test-suites-dir: Allow multiple dirs with OS path separator #155

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

rgonzalezfluendo
Copy link
Contributor

Allowing multiple directories allows the creation of private test suites. Implemented using OS path separator (os.pathsep). For instance, on Linux:

python3 ./fluster.py -tsd "/opt/fluster_tsd:/opt/priv_f_tsd" list

Copy link
Contributor

@mdimopoulos mdimopoulos left a comment

Choose a reason for hiding this comment

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

Minor changes requested.
CI is not passing due to code style issues

README.md Outdated Show resolved Hide resolved
fluster/main.py Outdated Show resolved Hide resolved
@rgonzalezfluendo rgonzalezfluendo force-pushed the multi-test_suites_dir branch 3 times, most recently from eb87b9d to d0d9f97 Compare November 27, 2023 17:51
Allowing multiple directories allows the creation of private test
suites. Implemented using OS path separator (`os.pathsep`). For
instance, on Linux:

```
python3 ./fluster.py -tsd "/opt/fluster_tsd:/opt/priv_f_tsd" list
```
@rgonzalezfluendo rgonzalezfluendo merged commit 9e37ae0 into master Nov 29, 2023
3 checks passed
@rgonzalezfluendo rgonzalezfluendo deleted the multi-test_suites_dir branch November 29, 2023 20:12
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.

None yet

3 participants