Basic.sh (8917:4ca1027a130a) Basic.sh (14166:7cfc61473f5e)
1#
1#
2# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
2# Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.
8#
9# This code is distributed in the hope that it will be useful, but WITHOUT
10# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

--- 171 unchanged lines hidden (view full) ---

182 -DCUSTOM_DB_DIR=${TESTCLASSES} \
183 -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}BasicData${FS}p11-${TOKEN}.txt \
184 -DNO_DEFAULT=true \
185 -DNO_DEIMOS=true \
186 -DTOKEN=${TOKEN} \
187 -DTEST=${TEST} \
188 -Dtest.src=${TESTSRC} \
189 -Dtest.classes=${TESTCLASSES} \
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.
8#
9# This code is distributed in the hope that it will be useful, but WITHOUT
10# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

--- 171 unchanged lines hidden (view full) ---

182 -DCUSTOM_DB_DIR=${TESTCLASSES} \
183 -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}BasicData${FS}p11-${TOKEN}.txt \
184 -DNO_DEFAULT=true \
185 -DNO_DEIMOS=true \
186 -DTOKEN=${TOKEN} \
187 -DTEST=${TEST} \
188 -Dtest.src=${TESTSRC} \
189 -Dtest.classes=${TESTCLASSES} \
190 -Djava.security.manager \
191 -Djava.security.policy=${TESTSRC}${FS}Basic.policy \
192 -Djava.security.debug=${DEBUG} \
190 -Djava.security.debug=${DEBUG} \
193 Basic
191 Basic sm Basic.policy
194
195# save error status
196status=$?
197
198# return
199exit $status
192
193# save error status
194status=$?
195
196# return
197exit $status