Skip to content

Commit

Permalink
readme: add luatest output to instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Jul 7, 2024
1 parent 00d2d60 commit 2940319
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ $ cd molly-tests
$ tt rocks install --server=https://luarocks.org/dev molly
$ tt rocks install luatest
$ PATH=$PATH:$(tt rocks config deploy_bin_dir)
$ luatest -v tarantool.tarantool.test_cas_register
$ luatest -v tarantool.tarantool
Tarantool version is 2.11.3-0-gf933f77904
Running with --shuffle group:1213
Started on Sun Jul 7 19:09:37 2024
tarantool.tarantool.test_cas_register ... (0.220s) Ok
tarantool.tarantool.test_bank ... (0.218s) Ok
=========================================================
Ran 2 tests in 0.440 seconds, 2 succeeded, 0 failed
$
$ sudo apt install default-jre
$ java --version
Expand Down

0 comments on commit 2940319

Please sign in to comment.