We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa17ec commit 6e30b84Copy full SHA for 6e30b84
dpctl/tests/test_service.py
@@ -243,7 +243,7 @@ def test_cmakedir():
243
assert res.returncode == 0
244
assert res.stdout
245
cmake_dir = res.stdout.decode("utf-8").strip()
246
- assert os.path.exists(os.path.join(cmake_dir, "FindDpctl.cmake"))
+ assert os.path.exists(os.path.join(cmake_dir, "dpctl-config.cmake"))
247
248
249
def test_main_full_list():
0 commit comments