Guest User

Untitled

a guest
Jul 17th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1.  
  2.  
  3. **** Run log:
  4.  
  5. $ ./run.sh
  6.  
  7. ----- Iteration 1: file1 = 'good' -----
  8.  
  9. scons: Reading SConscript files ...
  10. scons: done reading SConscript files.
  11. scons: Building targets ...
  12. ./command.sh file1 file2
  13. scons: done building targets.
  14.  
  15. File1
  16. MD5 (file1) = d7f986677d9f563bd1794b09d82206a3
  17. 1 good
  18.  
  19. File2
  20. MD5 (file2) = d7f986677d9f563bd1794b09d82206a3
  21. 1 good
  22.  
  23. DBlite:
  24. === .:
  25. file1: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  26. file2: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  27. file1: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  28. 2dbc2dce125a753309a27b7d5157aaaa [./command.sh $SOURCE $TARGET]
  29.  
  30. ----- Iteration 2: file1 = 'bad' -----
  31.  
  32. scons: Reading SConscript files ...
  33. scons: done reading SConscript files.
  34. scons: Building targets ...
  35. ./command.sh file1 file2
  36. removing file2
  37. scons: *** [file2] Error 1
  38. scons: building terminated because of errors.
  39.  
  40. File1
  41. MD5 (file1) = df207dc9143c6fabf60b69b9c3035103
  42. 1 bad
  43.  
  44. File2
  45. md5: file2: No such file or directory
  46. cat: file2: No such file or directory
  47.  
  48. DBlite:
  49. === .:
  50. file1: df207dc9143c6fabf60b69b9c3035103 1752729965 4
  51. file2: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  52. file1: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  53. 2dbc2dce125a753309a27b7d5157aaaa [./command.sh $SOURCE $TARGET]
  54.  
  55. ----- Iteration 3: file1 = 'good' -----
  56.  
  57. scons: Reading SConscript files ...
  58. scons: done reading SConscript files.
  59. scons: Building targets ...
  60. ./command.sh file1 file2
  61. scons: done building targets.
  62.  
  63. File1
  64. MD5 (file1) = d7f986677d9f563bd1794b09d82206a3
  65. 1 good
  66.  
  67. File2
  68. MD5 (file2) = d7f986677d9f563bd1794b09d82206a3
  69. 1 good
  70.  
  71. DBlite:
  72. === .:
  73. file1: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  74. file2: d7f986677d9f563bd1794b09d82206a3 1752729966 5
  75. file1: d7f986677d9f563bd1794b09d82206a3 1752729965 5
  76. 2dbc2dce125a753309a27b7d5157aaaa [./command.sh $SOURCE $TARGET]
Advertisement
Add Comment
Please, Sign In to add comment