Skip to content

Commit

Permalink
Make rm verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent 3f045ab commit a9c584a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ -n "$skript_repo_ref" ]; then
fi
if [ "$run_vanilla_tests" = "false" ]; then
echo "Deleting vanilla tests"
rm -rf "${skript_test_directory:?}/*"
rm -rfv "${skript_test_directory:?}/*"
fi
mkdir "$custom_test_directory" && cp -r "/github/workspace/$test_script_directory" "$custom_test_directory"
./gradlew quickTest

0 comments on commit a9c584a

Please sign in to comment.