Skip to content

Commit 6c2b4d1

Browse files
authored
Merge pull request #1527 from LiZhenCheng9527/e2e-clean
fix e2e shell script error
2 parents c5a02b3 + f115d74 commit 6c2b4d1

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)