File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ assertInitBenchmark
4545source " $RESULT_TYPE_PATH /configurationValidation.sh"
4646echoValidationGroupEnd
4747
48+ assertReadMe
49+
4850source " $RESULT_TYPE_PATH /codeValidation.sh"
4951
50- echoValidationOk " Code is valid. If everything is done and commited, you can use \" ./codeLink.sh $COMPONENT_TYPE $RESULT_TYPE_SLUG \" ."
52+ echoValidationOk " Code is valid. If everything is done and commited, you can use \" ./vendor/bin/ codeLink.sh $COMPONENT_TYPE $RESULT_TYPE_SLUG \" ."
Original file line number Diff line number Diff line change 4343fi
4444echoValidationGroupEnd
4545
46- echoValidationOk " Composer update done. To validate your code, use \" ./codeValidation.sh $COMPONENT_TYPE $RESULT_TYPE_SLUG $INSTALLATION_PATH \" ."
46+ echoValidationOk " Composer update done. To validate your code, use \" ./vendor/bin/ codeValidation.sh $COMPONENT_TYPE $RESULT_TYPE_SLUG \" ."
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ function downloadFilesFromGithub {
3535 readonly GITHUB_BRANCH=" $slugToCopy " _" $versionToCopy " _" $RESULT_TYPE_SLUG "
3636 echoValidationGroupStart " Downloading files from https://github.com/phpbenchmarks/$slugToCopy /tree/$GITHUB_BRANCH "
3737 downloadGitHubFile " .phpbenchmarks/configuration.sh"
38+ echoValidationWarning " Configuration has been copied from another version. Don't forget to edit .phpbenchmarks/configuration.sh."
3839 downloadGitHubFile " .phpbenchmarks/initBenchmark.sh"
3940 downloadGitHubFile " .phpbenchmarks/vhost.conf"
4041 source $RESULT_TYPE_PATH /downloadFilesFromGithub.sh
You can’t perform that action at this time.
0 commit comments