Skip to content

Commit f115d74

Browse files
fix e2e shell script error
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
1 parent 3097c3e commit f115d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ if [ $EXIT_CODE -ne 0 ]; then
432432
cat $LOGFILE
433433
fi
434434

435-
rm rf $LOGFILE
435+
rm -rf $LOGFILE
436436

437437
if [[ -n ${CLEANUP_KIND} ]]; then
438438
cleanup_kind_cluster

0 commit comments

Comments
 (0)