Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ok 1 - Make sure we can run b2rsum
  2. ok 2 - Check version
  3. # passed all 2 test(s)
  4. 1..2
  5. ok 1 - Verify help
  6. ok 2 - Verify license
  7. ok 3 - Verify default behaviour
  8. ok 4 - Verify invalid parameter: --invalid
  9. ok 5 - Verify parameter w/o argument: --output
  10. ok 6 - Verify parameter w/right argument: --output
  11. ok 7 - Verify parameter w/wrong argument: --output
  12. ok 8 - Verify parameter w/o argument: --length
  13. ok 9 - Verify parameter w/right argument: --length
  14. ok 10 - Verify parameter w/wrong argument: --length
  15. ok 11 - Verify --quiet during creation
  16. ok 12 - Verify --quiet during check
  17. ok 13 - Verify --status during creation
  18. ok 14 - Verify --status during check
  19. # passed all 14 test(s)
  20. 1..14
  21. mktemp: too few X's in template '/home/alexarch/SourceCode/b2rsum/tests/trash directory.t0020-basic-operations.sh/dir'
  22. tests/t0020-basic-operations.sh: line 11: : No such file or directory
  23. ok 1 - Check inline operation
  24. not ok 2 - Check file operation
  25. #
  26. # "$B2RSUM" "$FILE" | grep "7789e6741c4f518e45fe75608ac95377b33c6e656d4930bcf806466c0d7173ba426351081ce6d937a81d075d38e87f1828279aa9eb020461c00341c72cfab276"
  27. #
  28. not ok 3 - Check directory operation
  29. #
  30. # "$B2RSUM" "$DIRECTORY" | grep "7789e6741c4f518e45fe75608ac95377b33c6e656d4930bcf806466c0d7173ba426351081ce6d937a81d075d38e87f1828279aa9eb020461c00341c72cfab276"
  31. #
  32. # failed 2 among 3 test(s)
  33. 1..3
  34. make: *** [Makefile:25: tests/t0020-basic-operations.sh] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement