URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=009b40ba0631de7bba2d8d34a8d529a9b859f7c6
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
009b40b by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):
Fix tests to allow selection of suite 10
The tests only allowed a single character suite selection, which
prevented suite 10 from being run on its own.
Modified test.sh to now require a newline in addition to the input
so that a 2 digit number can be entered.
Also fixed test display to remove illusion that an individual step
could be run. Only whole suites can be run.
Change-Id: I4dee0ec6a8e1f34fa443a6a0a3f2d52a73146e54
Reviewed-on: https://code.wireshark.org/review/10676
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Actions performed:
from 1e8ad87 Cosmetic tidy up for the projects in the Visual Studio solution
adds 009b40b Fix tests to allow selection of suite 10
Summary of changes:
test/test.sh | 71 +++++++++++++++++++---------------------------------------
1 file changed, 23 insertions(+), 48 deletions(-)