mirror of https://gitee.com/bigwinds/arangodb
Remove unnecessary warning.
This commit is contained in:
parent
be02c9c9fb
commit
3aa70dfeb3
|
@ -1,13 +1,5 @@
|
|||
#!/bin/bash
|
||||
echo ===============================================================
|
||||
echo Note that it is expected that this cluster test writes warnings
|
||||
echo about termination signals to V8 contexts, please ignore!
|
||||
echo ===============================================================
|
||||
scripts/unittest shell_server --test js/common/tests/shell/shell-quickie.js
|
||||
scripts/unittest shell_server --test js/common/tests/shell/shell-quickie.js --cluster true
|
||||
scripts/unittest shell_client --test js/common/tests/shell/shell-quickie.js
|
||||
scripts/unittest shell_client --test js/common/tests/shell/shell-quickie.js --cluster true
|
||||
echo ===============================================================
|
||||
echo Note that it is expected that this cluster test writes warnings
|
||||
echo about termination signals to V8 contexts, please ignore!
|
||||
echo ===============================================================
|
||||
|
|
Loading…
Reference in New Issue