diff --git a/GNUmakefile b/Makefile similarity index 100% rename from GNUmakefile rename to Makefile diff --git a/README.md b/README.md index e48f4567..e48b0b8c 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ make testacc or skipped tests: ```shell -SKIP_S3_TESTS=1 make testacc -SKIP_AZURE_TESTS=1 make testacc -SKIP_PRO_TESTS=1 make testacc +SKIP_S3_TESTS=true make testacc +SKIP_AZURE_TESTS=true make testacc +SKIP_PRO_TESTS=true make testacc ``` #### To debug tests