Skip to content

Commit

Permalink
Fix rez suites test
Browse files Browse the repository at this point in the history
Signed-off-by: javrin <[email protected]>
  • Loading branch information
Jawabiscuit committed Jun 21, 2023
1 parent 7613cc0 commit 497d526
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rez/tests/test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
per_available_shell, install_dependent
from rez.resolved_context import ResolvedContext
from rez.suite import Suite
from rez.config import config
from rez.system import system
import subprocess
import unittest
Expand Down Expand Up @@ -165,8 +164,7 @@ def test_executable(self, shell):
expected_tools = set(["hunny"])
self.assertEqual(set(s.get_tools().keys()), expected_tools)

per_shell = config.get("default_shell")
suite_path = os.path.join(self.root, "test_suites", per_shell, "pooh")
suite_path = os.path.join(self.root, "test_suites", shell, "pooh")
s.save(suite_path)

bin_path = os.path.join(suite_path, "bin")
Expand Down

0 comments on commit 497d526

Please sign in to comment.