From b9f7e1e42bc27b711d3bf2d04755daf1b8c17c04 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Sun, 31 Jan 2021 20:37:58 +0300 Subject: [PATCH] revert run_tests.bash in Codeception_With_Suite_Overridings --- .../run_tests.bash | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/e2e/Codeception_With_Suite_Overridings/run_tests.bash b/tests/e2e/Codeception_With_Suite_Overridings/run_tests.bash index 4ffaf08..7221735 100755 --- a/tests/e2e/Codeception_With_Suite_Overridings/run_tests.bash +++ b/tests/e2e/Codeception_With_Suite_Overridings/run_tests.bash @@ -32,22 +32,8 @@ then exit 0 fi -git_branch="${GITHUB_HEAD_REF:-$(git rev-parse --abbrev-ref HEAD)}" - -if [ "$git_branch" == "master" ]; then - exit 0; -fi; - -sed -i "s/\"infection\/codeception-adapter\": \"dev-master\"/\"infection\/codeception-adapter\": \"dev-${git_branch}\"/" composer.json - set -e pipefail -rm -f composer.lock -composer install - run "vendor/bin/infection" -git checkout composer.json - diff -w expected-output.txt infection.log -