mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 10:37:24 -07:00
Abort if the JS tests don't pass
This commit is contained in:
parent
f20ecbed94
commit
9b85fddfa9
@ -47,6 +47,6 @@ echo 'sodium_utils2 and sodium_utils3 are expected to fail in Javascript.'
|
|||||||
mv -f "${file}.tmp" "$file"
|
mv -f "${file}.tmp" "$file"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
make $MAKE_FLAGS check
|
make $MAKE_FLAGS check || exit 1
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
touch -r "${PREFIX}/lib/libsodium.js" test/js.done
|
touch -r "${PREFIX}/lib/libsodium.js" test/js.done
|
||||||
|
Loading…
Reference in New Issue
Block a user