Skip to content

Commit

Permalink
odb tests: removing uneeded empty string in tests_path
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Garay <fgaray@google.com>
  • Loading branch information
fgaray committed Jan 2, 2024
1 parent ad7875d commit c2373a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odb/test/cpp_tests.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "helpers.tcl"

set test_dir [pwd]
set openroad_dir [file dirname [file dirname [file dirname $test_dir]]]
set tests_path [file join $openroad_dir "build" "src" "odb" "test" "cpp" ""]
set tests_path [file join $openroad_dir "build" "src" "odb" "test" "cpp"]

set tests_list [split [exec sh -c "find $tests_path -maxdepth 2 -name 'Test*' ! -name '*.cmake' -type f"] \n]

Expand Down

0 comments on commit c2373a2

Please sign in to comment.