mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
9 lines
116 B
Bash
9 lines
116 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
taosd >> /dev/null 2>&1 &
|
||
|
|
taosadapter >> /dev/null 2>&1 &
|
||
|
|
cd ../../docs-examples/java
|
||
|
|
|
||
|
|
mvn test
|