Skip to content

Commit 30b0f32

Browse files
Peter Markirtakacs
authored andcommitted
Display jerry testset names relative to the "tests" directory (#248)
JSRemoteTest-DCO-1.0-Signed-off-by: Peter Marki [email protected]
1 parent 74943c0 commit 30b0f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstest/testrunner/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read_test_files(env):
3333

3434
for root, _, files in os.walk(testpath):
3535
# The name of the testset is always the folder name.
36-
testset = utils.relpath(root, testpath)
36+
testset = utils.relpath(root, utils.abspath(utils.join(testpath, '..')))
3737

3838
# Create a new testset entry if it doesn't exist.
3939
if testset not in testsets:

0 commit comments

Comments
 (0)