File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ assertInitBenchmark
45
45
source " $RESULT_TYPE_PATH /configurationValidation.sh"
46
46
echoValidationGroupEnd
47
47
48
+ assertReadMe
49
+
48
50
source " $RESULT_TYPE_PATH /codeValidation.sh"
49
51
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 43
43
fi
44
44
echoValidationGroupEnd
45
45
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 {
35
35
readonly GITHUB_BRANCH=" $slugToCopy " _" $versionToCopy " _" $RESULT_TYPE_SLUG "
36
36
echoValidationGroupStart " Downloading files from https://github.com/phpbenchmarks/$slugToCopy /tree/$GITHUB_BRANCH "
37
37
downloadGitHubFile " .phpbenchmarks/configuration.sh"
38
+ echoValidationWarning " Configuration has been copied from another version. Don't forget to edit .phpbenchmarks/configuration.sh."
38
39
downloadGitHubFile " .phpbenchmarks/initBenchmark.sh"
39
40
downloadGitHubFile " .phpbenchmarks/vhost.conf"
40
41
source $RESULT_TYPE_PATH /downloadFilesFromGithub.sh
You can’t perform that action at this time.
0 commit comments