mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
[Streaming] operator chain (#8910)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user