Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 26, 2020 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1a19914c46bed57e94f2f38906524028 to your computer and use it in GitHub Desktop.
Save r-ryantm/1a19914c46bed57e94f2f38906524028 to your computer and use it in GitHub Desktop.
/nix/store/rkh7kvm1frkibk546w65051qi6gi3fsh-subunit-1.4.0
├── bin
│   ├── subunit-1to2
│   ├── subunit2csv
│   ├── subunit2disk
│   ├── subunit2gtk
│   ├── subunit2junitxml
│   ├── subunit2pyunit
│   ├── subunit-2to1
│   ├── subunit-diff
│   ├── subunit-filter
│   ├── subunit-ls
│   ├── subunit-notify
│   ├── subunit-output
│   ├── subunit-stats
│   ├── subunit-tags
│   └── tap2subunit
├── include
│   └── subunit
│   ├── child.h
│   └── SubunitTestProgressListener.h
├── lib
│   ├── libcppunit_subunit.la
│   ├── libcppunit_subunit.so -> libcppunit_subunit.so.0.0.0
│   ├── libcppunit_subunit.so.0 -> libcppunit_subunit.so.0.0.0
│   ├── libcppunit_subunit.so.0.0.0
│   ├── libsubunit.la
│   ├── libsubunit.so -> libsubunit.so.0.0.0
│   ├── libsubunit.so.0 -> libsubunit.so.0.0.0
│   ├── libsubunit.so.0.0.0
│   ├── perl5
│   │   ├── 5.30.1
│   │   │   └── x86_64-linux-thread-multi
│   │   │   └── perllocal.pod
│   │   └── site_perl
│   │   └── 5.30.1
│   │   ├── Subunit
│   │   │   └── Diff.pm
│   │   ├── Subunit.pm
│   │   └── x86_64-linux-thread-multi
│   │   └── auto
│   │   └── Subunit
│   ├── pkgconfig
│   │   ├── libcppunit_subunit.pc
│   │   └── libsubunit.pc
│   └── python2.7
│   └── site-packages
│   └── subunit
│   ├── chunked.py
│   ├── chunked.pyc
│   ├── chunked.pyo
│   ├── details.py
│   ├── details.pyc
│   ├── details.pyo
│   ├── filters.py
│   ├── filters.pyc
│   ├── filters.pyo
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── iso8601.py
│   ├── iso8601.pyc
│   ├── iso8601.pyo
│   ├── _output.py
│   ├── _output.pyc
│   ├── _output.pyo
│   ├── progress_model.py
│   ├── progress_model.pyc
│   ├── progress_model.pyo
│   ├── run.py
│   ├── run.pyc
│   ├── run.pyo
│   ├── test_results.py
│   ├── test_results.pyc
│   ├── test_results.pyo
│   ├── _to_disk.py
│   ├── _to_disk.pyc
│   ├── _to_disk.pyo
│   ├── v2.py
│   ├── v2.pyc
│   └── v2.pyo
└── nix-support
└── propagated-build-inputs
18 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment