Put the browser-js.done marker at the right place

This commit is contained in:
Frank Denis 2015-12-29 18:02:24 +01:00
parent c48eaad3cd
commit d39202c16c

View File

@ -64,7 +64,7 @@ if [ "x$BROWSER_TESTS" != "x" ]; then
sed "s/{{tname}}/${tname}/" index.html.tpl > "browser/${tname}.html"
echo "${tname}.html" >> "browser/tests.txt"
done
touch -r "${PREFIX}/lib/libsodium.js" test/browser-js.done
touch -r "${PREFIX}/lib/libsodium.js" ../browser-js.done
)
else
echo 'Running the test suite'