X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=utils%2Ftest_debuginfo.pl;h=aaf90d95468cb91cc3860ba056778c499eaf6c6f;hp=a6b6137c1cd2b709f999539dafa712c809f55726;hb=9f25a0678ed9f06088a09649a040a6bef362e6af;hpb=4f1e5fba415d422543ee820ac68c1020b0c11187 diff --git a/utils/test_debuginfo.pl b/utils/test_debuginfo.pl index a6b6137c1cd..aaf90d95468 100755 --- a/utils/test_debuginfo.pl +++ b/utils/test_debuginfo.pl @@ -71,6 +71,8 @@ system("$my_debugger $debugger_options $debugger_script_file $executable_file > # validate output. system("FileCheck", "-input-file", "$output_file", "$testcase_file"); if ($?>>8 == 1) { + print "Debugger output was:\n"; + system("cat", "$output_file"); exit 1; } else {