Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72de700

Browse files
committedNov 30, 2023
rmdir => rm -rf
Never used rmdir before
1 parent eae4ccb commit 72de700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/remove_pytest.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ tested=$(fd main.nf.test modules/)
77

88
for module in $tested; do
99
clean=$(dirname $module | sed 's|tests||')
10-
rmdir "tests/${clean}"
10+
rm -rf "tests/${clean}"
1111
done

0 commit comments

Comments
 (0)
Please sign in to comment.