Skip to content

Commit

Permalink
test script update
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 4, 2021
1 parent 6004258 commit f5990b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3046022100248940cd1791f3e39d5c627b8284adc57a9a8bebed43af2ef94c54811ab156c10221004ea6605bf190f4210abc87f2cbc11d6dba525df1c813e51985b151c45cc61da6
30460221007efcb3966b0bc1f6baa695341cad1ba11e77c31b5c7564b66b5fa9ac461858e8022100283a49afb4406f0ff4c18e0b291c95c4f41b0757d2f7ef193cdb6ee2c07ef6d7
8 changes: 4 additions & 4 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT_DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)"

python3 -m pip install ed25519 && \
python3 -m pip install ecdsa && \
python3 $SCRIPT_DIR/../sign.py 'hello' test.secret.key test.public.key && \
php test.php && \
python3 $SCRIPT_DIR/../sign.py -s 'hello' secp256k1.secret.key secp256k1.public.key && \
php test.php
python3 $SCRIPT_DIR/../sign.py 'hello' $SCRIPT_DIR/test.secret.key $SCRIPT_DIR/test.public.key && \
php $SCRIPT_DIR/test.php && \
python3 $SCRIPT_DIR/../sign.py -s 'hello' $SCRIPT_DIR/secp256k1.secret.key $SCRIPT_DIR/secp256k1.public.key && \
php $SCRIPT_DIR/test.php

0 comments on commit f5990b6

Please sign in to comment.