Skip to content

Commit

Permalink
Nuke Tests : Avoid execfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Feb 14, 2022
1 parent 44614c1 commit 12091fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ if doConfigure :

# nuke tests

nukeTest = nukeTestEnv.Command( "test/IECoreNuke/resultsPython.txt", nukeLibrary, "echo \"execfile( '$TEST_NUKE_SCRIPT' )\" | $NUKE_ROOT/Nuke${NUKE_MAJOR_VERSION}.${NUKE_MINOR_VERSION} -t" )
nukeTest = nukeTestEnv.Command( "test/IECoreNuke/resultsPython.txt", nukeLibrary, "$NUKE_ROOT/Nuke${NUKE_MAJOR_VERSION}.${NUKE_MINOR_VERSION} -t $TEST_NUKE_SCRIPT" )
NoCache( nukeTest )
nukeTestEnv.Depends( nukeTest, glob.glob( "test/IECoreNuke/*.py" ) )
nukeTestEnv.Depends( nukeTest, nukePythonModule )
Expand Down

0 comments on commit 12091fe

Please sign in to comment.