mirror of
https://github.com/The-OpenROAD-Project/OpenDB.git
synced 2026-03-06 17:31:17 +08:00
updates
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -18,7 +18,12 @@ pipeline {
|
||||
sh './jenkins/test-tcl.sh'
|
||||
}
|
||||
}
|
||||
stage('CPP Tests') {
|
||||
steps {
|
||||
sh './jenkins/test-cpp.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -228,7 +228,6 @@ int Log(ModuleType _type,
|
||||
return -1; // invalid id
|
||||
message = "[{}-{:04d}] " + message;
|
||||
const char* type = modules_name_tbl[_type];
|
||||
spdlog::set_pattern("[%^%l%$] %v");
|
||||
spdlog::log((spdlog::level::level_enum) _status, message, type, id, args...);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user