This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
PityTest11
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix: PityUnit make resilient against cwd changes.
master
heck
9 months ago
parent
b78ec5d9f0
commit
2169f921c3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/AbstractPityUnit.cc
+ 1
- 1
src/AbstractPityUnit.cc
View File
@ -15,7 +15,7 @@
namespace
pEp
{
namespace
PityTest11
{
// static
std
:
:
string
AbstractPityUnit
:
:
_global_root_dir
=
"
./
pitytest_data/
"
;
std
:
:
string
AbstractPityUnit
:
:
_global_root_dir
=
Utils
:
:
path_get_abs
(
"
pitytest_data/
"
)
;
// static
bool
AbstractPityUnit
:
:
debug_log_enabled
=
false
;
// static
Write
Preview
Loading…
Cancel
Save