Skip to content

Commit

Permalink
kunit: handle no MPTCP kUnit case
Browse files Browse the repository at this point in the history
Instead of handling '*', which will be replaced by all the files in the
source dir, showing a lot of errors.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Aug 9, 2024
1 parent 3583e40 commit 0d83a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ _kunit_result() {
fi
if ! cat "\${1}"; then
echo "not ok 1 test: \${2} # no kunit result"
echo "not ok 1 test: \${2/*//} # no kunit result"
return 1
fi
}
Expand Down

0 comments on commit 0d83a34

Please sign in to comment.