diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-14 12:23:06 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-14 12:23:06 +0200 |
commit | 2434a7416550bc20b450327f9b9578babf7b1e09 (patch) | |
tree | bad229775823c3201984386be7001ef998d513ed /tests/stress-cache.sh | |
parent | 81ea2394b8d3dfb89d3d181202ee0a1920cd74e8 (diff) |
cynadm: Add options --cache and --echo
The option --cache allows to set the cache size
The option --echo allows to emit the evaluated commands
Change-Id: If57d2a229dd263bf77a61973633d7447441277b0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'tests/stress-cache.sh')
-rwxr-xr-x | tests/stress-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stress-cache.sh b/tests/stress-cache.sh index 22e5627..fdaa323 100755 --- a/tests/stress-cache.sh +++ b/tests/stress-cache.sh @@ -23,7 +23,7 @@ for((y = 0 ; y < 10 ; y++)); do sleep .05 done done | -valgrind cynadm -s $d/cynara.check +valgrind cynadm -c 2000 -e -s $d/cynara.check echo ----------- STOP ------------------ # terminate |