Unverified Commit f511798c authored by kladko's avatar kladko

SKALE-2077 Fixed Naming

parent b2279ee2
...@@ -11,7 +11,7 @@ sleep 2 ...@@ -11,7 +11,7 @@ sleep 2
cd /usr/src/sdk; cd /usr/src/sdk;
echo $1 echo $1
if [ "$1" == "-t" ]; then if [ "$1" = -t ]; then
./testw [bls-key-encrypt] ./testw [bls-key-encrypt]
./testw [bls-key-encrypt-decrypt] ./testw [bls-key-encrypt-decrypt]
./testw [dkg-gen] ./testw [dkg-gen]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment