Merge lp://qastaging/~coreygoldberg/selenium-simple-test/file-match-runner into lp://qastaging/selenium-simple-test

Proposed by Corey Goldberg
Status: Merged
Approved by: Corey Goldberg
Approved revision: 364
Merged at revision: 360
Proposed branch: lp://qastaging/~coreygoldberg/selenium-simple-test/file-match-runner
Merge into: lp://qastaging/selenium-simple-test
Diff against target: 148 lines (+33/-9)
6 files modified
docs/changelog.rst (+4/-1)
examples/test_ubuntu.py (+9/-0)
src/sst/command.py (+3/-0)
src/sst/runtests.py (+13/-7)
src/sst/scripts/remote.py (+2/-1)
src/sst/scripts/run.py (+2/-0)
To merge this branch: bzr merge lp://qastaging/~coreygoldberg/selenium-simple-test/file-match-runner
Reviewer Review Type Date Requested Status
Leo Arias (community) code review Approve
Review via email: mp+148521@code.qastaging.launchpad.net

Commit message

added -f (file match) option to command line to filter file matches by glob pattern, for test loading.

Description of the change

added -f (file match) option to command line to filter file matches by glob pattern, for test loading.

--

example invocations

to run all matching example files (same as not using the option):

$ sst-run -d examples -f *

run only files with names matching "test_*":

$ sst-run -d examples -f test_*

To post a comment you must log in.
362. By Corey Goldberg

removed leftover debug comments

Revision history for this message
Leo Arias (elopio) wrote :

thanks corey.

review: Approve (code review)
363. By Corey Goldberg

fixed copyright header year

364. By Corey Goldberg

updated changelog

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches