Attempt to fix Windows new bpath tests failing, take III.

Follow up to rBdcc500e5a265093bc9cc, rB92daff6ac2adb5bb and rB61bd5882a20c6f3.
This commit is contained in:
Bastien Montagne 2021-11-26 22:07:37 +01:00
parent 61bd5882a2
commit 08264aaf82
Notes: blender-bot 2023-02-14 10:21:11 +01:00
Referenced by commit 2531358297, Attempt to fix Windows new bpath tests failing, take IV.
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace blender::bke::tests {
# define ABSOLUTE_ROOT SEP_STR
#endif
#define RELATIVE_ROOT SEP_STR SEP_STR
#define RELATIVE_ROOT "//"
#define BASE_DIR ABSOLUTE_ROOT "blendfiles" SEP_STR
#define REBASE_DIR BASE_DIR "rebase" SEP_STR