diff --git a/libopenfpga/libpcf/test/test_blif_head_reader.cpp b/libopenfpga/libpcf/test/test_blif_head_reader.cpp index 56e6e4105..4a08f5c2c 100644 --- a/libopenfpga/libpcf/test/test_blif_head_reader.cpp +++ b/libopenfpga/libpcf/test/test_blif_head_reader.cpp @@ -21,9 +21,9 @@ int main(int argc, const char** argv) { argv[1]); if (callback.had_error()) { + VTR_LOG("Read the blif ends with errors\n", + argv[1]); return 1; - } else { - return 0; } /* Output */