Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zdtm #10

Merged
merged 8 commits into from
Feb 7, 2012
Merged

Zdtm #10

merged 8 commits into from
Feb 7, 2012

Commits on Feb 7, 2012

  1. test/zdtm.sh cleanup: remove 30 mentions of $ZP

    Replace them by just two.
    
    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    dae8023 View commit details
    Browse the repository at this point in the history
  2. test/zdtm.sh cleanup: mark local variables as such

    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    56efc51 View commit details
    Browse the repository at this point in the history
  3. test/zdtm.sh: cleanup run_test() calls

    If we use shift and $* in run_test(), there is no need to quote arguments.
    
    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    0bf98db View commit details
    Browse the repository at this point in the history
  4. test/zdtm.sh: fix check for test name

    (1) We should use -w so we can't match a substring
    (2) No need to use quotes
    
    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    60a35bf View commit details
    Browse the repository at this point in the history
  5. test/zdtm.sh: simplify showing list of tests

    echo normalizes spaces, tr converts them into newlines
    
    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    6cc9482 View commit details
    Browse the repository at this point in the history
  6. test/zdtm.sh: trivial nitpicks

    Remove excessive quotes and uneeded semicolons after breaks
    
    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    060fb6f View commit details
    Browse the repository at this point in the history
  7. test/zdtm.sh: formatting fix

    Put echo to a separate line to
    - keep the text within 80 columns
    - visually check that the positions of semicolons are the same
    
    Signed-off-by: Kir Kolyshkin <kir@openvz.org>
    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    kolyshkin authored and avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    f2734ce View commit details
    Browse the repository at this point in the history
  8. zdtm.sh: add "futex" test

    Signed-off-by: Andrey Vagin <avagin@gmail.com>
    avagin committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    2305923 View commit details
    Browse the repository at this point in the history