зеркало из https://github.com/mozilla/gecko-dev.git
Fix the dbtests test on Windows, when run in all.sh.
The problem was that fips.sh created a file in . named dbtest, which was actually some text output by a previous test. This dbtest file prevented the dbtest program from running. The text file now has another name.
This commit is contained in:
Родитель
a07280607f
Коммит
1bea4fac99
|
@ -180,7 +180,7 @@ fips_140_1()
|
|||
mangle -i ${SOFTOKEN} -o 60000 -b 5 2>&1
|
||||
echo "dbtest -r -d ${P_R_FIPSDIR} "
|
||||
# suppress the expected failure message
|
||||
dbtest -r -d ${P_R_FIPSDIR} > ${TMP}/dbtest 2>&1
|
||||
dbtest -r -d ${P_R_FIPSDIR} > ${TMP}/dbtestoutput.txt 2>&1
|
||||
html_msg $? 46 "Init NSS with a corrupted library (dbtest -r)"
|
||||
echo "cp ${TMP}/softokn3.sav ${SOFTOKEN}"
|
||||
cp ${TMP}/softokn3.sav ${SOFTOKEN}
|
||||
|
|
Загрузка…
Ссылка в новой задаче