Skip to content

Commit

Permalink
switch to more portable bash pipeline syntax (apache#7274)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored and trevor-m committed Jan 21, 2021
1 parent 07e6564 commit f3de35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_sphinx_precheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make cython3
echo "PreCheck sphinx doc generation WARNINGS.."
cd docs
make clean
TVM_TUTORIAL_EXEC_PATTERN=none make html |& tee /tmp/$$.log.txt
TVM_TUTORIAL_EXEC_PATTERN=none make html 2>1 | tee /tmp/$$.log.txt

grep -v -E "__mro__|UserWarning|FutureWarning|tensorflow|Keras|pytorch|TensorFlow|403" < /tmp/$$.log.txt > /tmp/$$.logclean.txt || true
echo "---------Sphinx Log----------"
Expand Down

0 comments on commit f3de35d

Please sign in to comment.