Skip to content

Commit 36213ea

Browse files
jfougmagnumripper
authored andcommitted
Test Suite 1.10 as released (two tar balls)
1 parent d79c4e1 commit 36213ea

6 files changed

+8828
-8825
lines changed

dynamic_16_tst.in

+1,501-1,501
Large diffs are not rendered by default.

jtrts.pl

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ sub showTypeData {
164164
ScreenOutAlways("will be the type used if this is a john-jumbo build, and -type full\n");
165165
ScreenOutAlways("will be used for non-jumbo john (i.e. 'core' john)\n\n");
166166
ScreenOutAlways("-type full does a test of ALL formats, and all encodings, including the\n");
167-
ScreenOutAlways(" slow types.\n");
167+
ScreenOutAlways(" slower types.\n");
168168
ScreenOutAlways("-type base tests the formats where tests do not take 'too' much time.\n");
169169
ScreenOutAlways(" NOTE, base covers most of the formats.\n");
170170
}

jtrts_inc.pm

+6-4
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ usage: $0 [-h|-?] [-option[s]]
3333
3434
Options are:
3535
-quiet+ Makes JtRTest Suite more 'quiet' or more verbose. -q
36-
-verbose+ is a good level to run. -qq is very quiet, does not
36+
-verbose+ is a good level to run. -q -q is very quiet, does not
3737
output until run has ended, unless there are errors.
3838
-v is the opposite of -q. -v outputs a lot of information.
39-
-vv is pretty much debugging level, it outputs a LOT.
39+
-v -v is pretty much debugging level, it outputs a LOT.
4040
-q -v together is a no-op.
4141
-type <s> Provide selection criteria.
4242
Examples:
4343
-type1 dynamic_0 This will test this 1 format
44-
-type1 utf8 tests all formats with -utf8
45-
-type1 nt -type2 utf8 NT format, but ONLY utf8
44+
-type1 utf-8 tests all formats with -utf-8
45+
-type1 nt -type2 utf-8 NT format, but ONLY utf-8
4646
N can be 1, 2, 3 or 4. Thus, you can provide 4
4747
selection criteria. NOTE, any 'left over' command
4848
line params, get shoved into a 'type'.
@@ -53,6 +53,8 @@ usage: $0 [-h|-?] [-option[s]]
5353
-basepath <s> set the basepath where john exe is located. By default
5454
this is set to $_[0]
5555
-prelims Perform (and optionally show), the prelim testing (encoding).
56+
in 'full' mode, all encodings are tested. normally, only
57+
-test=0 and tests of any 'requested' encodings is performed.
5658
-noprelims Do not perform this prelim work. -prelim is default.
5759
-help|? shows this help screen.
5860
UsageHelp

0 commit comments

Comments
 (0)