Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
  • Loading branch information
Ericson2314 and roberth committed Nov 10, 2023
1 parent 904ba1f commit 5e9a60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/common-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
test_name=$(echo -n "$test" | sed \
-e "s|^unit-test-data/||" \
-e "s|^tests/functional/||" \
-e "s|\..*$||" \
-e "s|\.sh$||" \
)

TESTS_ENVIRONMENT=(
Expand Down
2 changes: 1 addition & 1 deletion mk/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init=${2-}
dir="$(dirname "${BASH_SOURCE[0]}")"
source "$dir/common-test.sh"

post_run_msg="ran test $test_name..."
post_run_msg="ran test $test..."
if [ -t 1 ]; then
red=""
green=""
Expand Down

0 comments on commit 5e9a60d

Please sign in to comment.