From 1463a4ad5805b1b29f33b695ce19d4c42b671790 Mon Sep 17 00:00:00 2001 From: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:39:47 +0300 Subject: chore: deprecate task itests (#25558) This PR is part of #22907 --- tests/testdata/task/package_json_post_only/bin.out | 4 ---- tests/testdata/task/package_json_post_only/echo.out | 1 - tests/testdata/task/package_json_post_only/package.json | 5 ----- 3 files changed, 10 deletions(-) delete mode 100644 tests/testdata/task/package_json_post_only/bin.out delete mode 100644 tests/testdata/task/package_json_post_only/echo.out delete mode 100644 tests/testdata/task/package_json_post_only/package.json (limited to 'tests/testdata/task/package_json_post_only') diff --git a/tests/testdata/task/package_json_post_only/bin.out b/tests/testdata/task/package_json_post_only/bin.out deleted file mode 100644 index 9e7cea091..000000000 --- a/tests/testdata/task/package_json_post_only/bin.out +++ /dev/null @@ -1,4 +0,0 @@ -Task not found: test -Available tasks: -- posttest (package.json) - echo 'posttest' diff --git a/tests/testdata/task/package_json_post_only/echo.out b/tests/testdata/task/package_json_post_only/echo.out deleted file mode 100644 index 573541ac9..000000000 --- a/tests/testdata/task/package_json_post_only/echo.out +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/tests/testdata/task/package_json_post_only/package.json b/tests/testdata/task/package_json_post_only/package.json deleted file mode 100644 index ce8a6bbd5..000000000 --- a/tests/testdata/task/package_json_post_only/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "scripts": { - "posttest": "echo 'posttest'" - } -} -- cgit v1.2.3