diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-29 10:43:09 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-30 09:12:20 +0200 |
commit | 0a5a0541f5c924135863562130fc4976415ab6c5 (patch) | |
tree | 74a948e3a7ed40f64428a462684c20a4be116e5d /run-upgrade-tests.sh | |
parent | 9b386a08d6ff5c13e49a05e1df6aaaff7a378045 (diff) | |
download | sonarqube-0a5a0541f5c924135863562130fc4976415ab6c5.tar.gz sonarqube-0a5a0541f5c924135863562130fc4976415ab6c5.zip |
Fix description of run-upgrade-tests.sh
Diffstat (limited to 'run-upgrade-tests.sh')
-rwxr-xr-x | run-upgrade-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-upgrade-tests.sh b/run-upgrade-tests.sh index 517f52960f4..90c61bd914b 100755 --- a/run-upgrade-tests.sh +++ b/run-upgrade-tests.sh @@ -6,7 +6,7 @@ # 1. the path to Orchestrator properties file. If empty, then default values are used. Example: "file:///Users/me/orchestrator.properties" # # Example: -# ./run-upgrade-tests.sh "Category1" "file:///Users/me/orchestrator-mysql56.properties" +# ./run-upgrade-tests.sh "file:///Users/me/orchestrator-mysql56.properties" set -euo pipefail |