Commit Diff


commit - 21e838e49ff44d4032dc15f171aaee9a8ed4cc09
commit + 4735cac9d97a0d608390a6512755c3e84044cff6
blob - 68dd2d7fd27b3e93b8cd7df18c5cfc3ed84677e1
blob + 1af5b7cf6883185a5ec06410c2f859b787acfd56
--- README.md
+++ README.md
@@ -8,11 +8,17 @@ $ cd ../molly-tests/
 $ luarocks --local install --server=https://luarocks.org/dev molly
 $ tarantoolctl rocks install luatest
 $ PATH=$PATH:$(tarantoolctl rocks config deploy_bin_dir)
-$ luatest -v -c test/tarantool/tarantool_test.lua
-$ luatest -v -c test/tarantool/qsync_test.lua
+$ luatest -v tarantool.tarantool.test_cas_register
 $
+$ sudo apt install default-jre
+$ java --version
+openjdk 11.0.16 2022-07-19
+OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu122.04)
+OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
+$
 $ VER=0.1.4
 $ curl -O -L https://github.com/ligurio/elle-cli/releases/download/${VER}/elle-cli-bin-${VER}.zip
 $ unzip elle-cli-bin-${VER}.zip
-$ java -jar ./target/elle-cli-${VER}-standalone.jar -m elle-rw-register history.json
+$ java -jar ./target/elle-cli-${VER}-standalone.jar -m cas-register history.json
+history.json     true
 ```