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 74943c0 commit 30b0f32Copy full SHA for 30b0f32
jstest/testrunner/utils.py
@@ -33,7 +33,7 @@ def read_test_files(env):
33
34
for root, _, files in os.walk(testpath):
35
# The name of the testset is always the folder name.
36
- testset = utils.relpath(root, testpath)
+ testset = utils.relpath(root, utils.abspath(utils.join(testpath, '..')))
37
38
# Create a new testset entry if it doesn't exist.
39
if testset not in testsets:
0 commit comments