mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
19 lines
335 B
Bash
Executable File
19 lines
335 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## elasticsearch.test -- Test elasticsearch feature
|
|
|
|
start_msg elasticsearch
|
|
|
|
UTRACE="0 5M 0"
|
|
UOBJDUMP="0 500k 100"
|
|
#USIMERR="error.sim"
|
|
ELASTICSEARCH_HOST=localhost
|
|
export UTRACE UOBJDUMP USIMERR ELASTICSEARCH_HOST
|
|
|
|
start_prg elasticsearch
|
|
|
|
# Test against expected output
|
|
test_output_wc l elasticsearch
|