test: Fix comment at end of scrub test scripts

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2018-04-25 15:15:50 -07:00
parent 43aaecf84d
commit bae4940574
4 changed files with 9 additions and 6 deletions

View File

@ -127,3 +127,4 @@ main osd-recovery-scrub "$@"
# Local Variables:
# compile-command: "cd build ; make -j4 && \
# ../qa/run-standalone.sh osd-recovery-scrub.sh"
# End:

View File

@ -4991,6 +4991,6 @@ EOF
main osd-scrub-repair "$@"
# Local Variables:
# compile-command: "cd ../.. ; make -j4 && \
# test/osd/osd-scrub-repair.sh # TEST_corrupt_and_repair_replicated"
# compile-command: "cd build ; make -j4 && \
# ../qa/run-standalone.sh osd-scrub-repair.sh"
# End:

View File

@ -701,5 +701,6 @@ EOF
main osd-scrub-snaps "$@"
# Local Variables:
# compile-command: "cd ../.. ; make -j4 && \
# test/osd/osd-scrub-snaps.sh"
# compile-command: "cd build ; make -j4 && \
# ../qa/run-standalone.sh osd-scrub-snaps.sh"
# End:

View File

@ -109,5 +109,6 @@ function TEST_scrub_test() {
main osd-scrub-test "$@"
# Local Variables:
# compile-command: "cd ../.. ; make -j4 && \
# qa/standalone/scrub/osd-scrub-test.sh"
# compile-command: "cd build ; make -j4 && \
# ../qa/run-standalone.sh osd-scrub-test.sh"
# End: