Browse Source

Tests: AbstractPityUnit - print full path of RootUnit

LIB-11
heck 4 years ago
parent
commit
dd213604e3
  1. 2
      test/pitytest11/src/AbstractPityUnit.cc
  2. 1
      test/pitytest11/src/AbstractPityUnit.hh

2
test/pitytest11/src/AbstractPityUnit.cc

@ -171,7 +171,7 @@ namespace pEp {
if (init_tree) {
logH1("PityTest Starting...");
_logRaw("RootUnit: " + getPathShort());
_logRaw("RootUnit: " + getPath());
_logRaw("GlobalRootDir: " + getGlobalRootDir());
_logRaw("Ensuring GlobalRootDir...");

1
test/pitytest11/src/AbstractPityUnit.hh

@ -78,6 +78,7 @@ namespace pEp {
private:
// METHODS
void _init();
// Execution
void _initProcUnitNrRecurse();
void _initTransportRecurse();

Loading…
Cancel
Save