Skip to content

Commit

Permalink
added encoding and utf8 tests to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoug committed Nov 24, 2017
1 parent 39c3577 commit 18a0097
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ echo 'gpg-opencl = Y' >> john-local.conf
# Proper testing. Trusty AMD GPU drivers on Travis are fragile
if test "$PROBLEM" = "slow" ; then
../run/john -test=0 --format=cpu
../run/john -test=0 --format=cpu --encoding=utf8
../run/john -test=0 --format=cpu --encoding=cp737
else
../run/john -test-full=0 --format=cpu
../run/john -test-full=0 --format=cpu --encoding=utf8
../run/john -test-full=0 --format=cpu --encoding=cp737
fi

if test "$OPENCL" = "yes" ; then
../run/john -test-full=0 --format=opencl
../run/john -test-full=0 --format=opencl --encoding=utf8
../run/john -test-full=0 --format=opencl --encoding=cp737
fi

0 comments on commit 18a0097

Please sign in to comment.