diff --git a/test/run b/test/run index fc661eb0..7fa78172 100755 --- a/test/run +++ b/test/run @@ -75,9 +75,11 @@ main() { echo "$line" | colorize $color normal done echo - echo "debug buffer:" | colorize yellow normal - cat debug - echo + if test -e debug; then + echo "debug buffer:" | colorize yellow normal + cat debug + echo + fi fi done fi