Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-07-28 12:08:10 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-07-28 12:08:10 +0300
commitda32c176311a899f85def6626dd2a1cd5f99202b (patch)
treea1ed4e22da1d7aeb0ca9ddffd6226c990d903f7a
parente7dd89b50b0594b6a18e88cd9dcd36f29c1437f7 (diff)
parent617e67529c59351a2344f9bac47c79268a81e1d0 (diff)
Merge remote-tracking branch 'origin/blender-v2.90-release'
-rw-r--r--source/blender/io/usd/tests/usd_stage_creation_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/io/usd/tests/usd_stage_creation_test.cc b/source/blender/io/usd/tests/usd_stage_creation_test.cc
index 96a98a78497..e6bd0bab6ce 100644
--- a/source/blender/io/usd/tests/usd_stage_creation_test.cc
+++ b/source/blender/io/usd/tests/usd_stage_creation_test.cc
@@ -61,7 +61,9 @@ TEST_F(USDStageCreationTest, JSONFileLoadingTest)
unlink(filename.c_str());
}
else {
- FAIL() << "unable to find suitable USD plugin to write " << filename;
+ FAIL() << "unable to find suitable USD plugin to write " << filename
+ << "; re-run with the environment variable PXR_PATH_DEBUG non-empty to see which paths "
+ "are considered.";
}
}