1
0
Fork 0

Remove unnecessary warning.

This commit is contained in:
Max Neunhoeffer 2016-06-10 12:02:19 +02:00
parent be02c9c9fb
commit 3aa70dfeb3
1 changed files with 0 additions and 8 deletions

View File

@ -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 ===============================================================