This accidentally snuck in.
This commit is contained in:
Rolf Bjarne Kvinge 2021-08-23 15:45:02 +02:00 коммит произвёл GitHub
Родитель e2eed27a1f
Коммит 8321879461
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -135,7 +135,6 @@ namespace Xharness {
variableSubstitution = doc.CollectAndEvaluateTopLevelProperties (variableSubstitution);
}
lock (typeof (TestProject))
doc.ResolveAllPaths (original_path, variableSubstitution);
// Replace RootTestsDirectory with a constant value, so that any relative paths don't end up wrong.