]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.python/py-template.exp
gdb/testsuite: remove perror calls when failing to run
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.python / py-template.exp
index 25f3f52f4a365ae81a96ab50c8dea940eeb3c95c..c2fd510867ffe2e6a17690d705ba2c070a19a87f 100644 (file)
@@ -44,7 +44,6 @@ proc test_template_arg {exefile type} {
     }
     gdb_load ${exefile}
     if {![runto_main]} {
-       perror "couldn't run to breakpoint"
        return
     }
     # There is no executable code in main(), so we are where we want to be