aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/release.sh')
-rwxr-xr-xdevscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh
index 691517c..47f54c4 100755
--- a/devscripts/release.sh
+++ b/devscripts/release.sh
@@ -35,7 +35,7 @@ if [ ! -z "$useless_files" ]; then echo "ERROR: Non-.py files in youtube_dl: $us
if [ ! -f "updates_key.pem" ]; then echo 'ERROR: updates_key.pem missing'; exit 1; fi
/bin/echo -e "\n### First of all, testing..."
-make cleanall
+make clean
if $skip_tests ; then
echo 'SKIPPING TESTS'
else