Skip to content

Commit

Permalink
Merge pull request #1898 from Autodesk/boudrey/fix-AL-temp
Browse files Browse the repository at this point in the history
Test fix for random failing test: TestALUSDMayaPython_LayerManager
  • Loading branch information
seando-adsk authored Dec 16, 2021
2 parents b0e56e6 + 90946df commit a07ceef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions plugin/al/plugin/AL_USDMayaTestPlugin/py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mayaUsd_add_test(TestALUSDMayaPython_Translators

mayaUsd_add_test(TestALUSDMayaPython_LayerManager
PYTHON_MODULE testLayerManager
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
ENV
"${PXR_OVERRIDE_PLUGINPATH_NAME}=${ADDITIONAL_PXR_PLUGINPATH_NAME}"
"LD_LIBRARY_PATH=${ADDITIONAL_LD_LIBRARY_PATH}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#

import os
import shutil
import unittest

from maya import cmds
Expand Down

0 comments on commit a07ceef

Please sign in to comment.