[Streaming] operator chain (#8910)

This commit is contained in:
chaokunyang
2020-06-18 15:11:07 +08:00
committed by GitHub
parent 003cec87b4
commit 5edddf6eac
39 changed files with 1058 additions and 140 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ fi
if [ $exit_code -ne 2 ] && [ $exit_code -ne 0 ] ; then
if [ -d "/tmp/ray_streaming_java_test_output/" ] ; then
echo "all test output"
for f in /tmp/ray_streaming_java_test_output/*; do
for f in /tmp/ray_streaming_java_test_output/*.{log,xml}; do
if [ -f "$f" ]; then
echo "Cat file $f"
cat "$f"