Skip to content

Commit e7870c1

Browse files
mattipsoumith
authored andcommitted
remove tput, causes errors in CI
1 parent 6c8e2ba commit e7870c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

run_python_examples.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,8 @@ else
202202
fi
203203

204204
if [ "" == "$ERRORS" ]; then
205-
[[ "$TERM" != "" ]] && [[ "$TERM" != "dumb" ]] && tput setaf 2
206205
echo "Completed successfully with status $?"
207206
else
208-
[[ "$TERM" != "" ]] && [[ "$TERM" != "dumb" ]] && tput setaf 1
209207
echo "Some examples failed:"
210208
printf "$ERRORS"
211209
fi
212-
213-
[[ "$TERM" != "" ]] && [[ "$TERM" != "dumb" ]] && tput sgr0
214-

0 commit comments

Comments
 (0)