mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 10:55:01 +00:00
Fix last typos (#678)
This commit is contained in:
@@ -15,7 +15,7 @@ Usage: $0 [OPTIONS]
|
|||||||
--build_rpm If it is set - rpm will be built
|
--build_rpm If it is set - rpm will be built
|
||||||
--build_deb If it is set - deb will be built
|
--build_deb If it is set - deb will be built
|
||||||
--build_tarball If it is set - tarball will be built
|
--build_tarball If it is set - tarball will be built
|
||||||
--install_deps Install build dependencies(root privilages are required)
|
--install_deps Install build dependencies(root privileges are required)
|
||||||
--branch Branch for build
|
--branch Branch for build
|
||||||
--repo Repo for build
|
--repo Repo for build
|
||||||
--help) usage ;;
|
--help) usage ;;
|
||||||
|
@@ -107,8 +107,8 @@ func TestIndividualFiles(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("test %s, error running command %s:\n%s\n\nCommand output:\n%s", test.name, test.cmd[0], err.Error(), out)
|
t.Errorf("test %s, error running command %s:\n%s\n\nCommand output:\n%s", test.name, test.cmd[0], err.Error(), out)
|
||||||
}
|
}
|
||||||
if test.preprocesor(bytes.NewBuffer(out).String()) != strings.Join(test.want, "\n") {
|
if test.preprocessor(bytes.NewBuffer(out).String()) != strings.Join(test.want, "\n") {
|
||||||
t.Errorf("test %s, output is not as expected\nOutput: %s\nWanted: %s", test.name, test.preprocesor(bytes.NewBuffer(out).String()), test.want)
|
t.Errorf("test %s, output is not as expected\nOutput: %s\nWanted: %s", test.name, test.preprocessor(bytes.NewBuffer(out).String()), test.want)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user