Skip to content
  • rubenrua's avatar
    test-suites-dir: Allow multiple dirs with OS path separator · 9e37ae0b
    rubenrua authored
    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
    ```
    9e37ae0b