SDP-362

karl_wirth (Karl Wirth)
Karl Wirth created this job , modified by Perforce maintenance
Closed
p4verify.sh -remote ignores SDP_RECENT_CHANGES_TO_VERIFY.

p4verify.sh looks for SDP_RECENT_CHANGES_TO_VERIFY at the top of the script before the environment of the instance is sourced. The following line should be moved to line 220 in the script to fix the code.

declare RecentChangesToVerify=${SDP_RECENT_CHANGES_TO_VERIFY:-2500}
24959Fix for SDP-362.
Move testing of variable till after the
environment has been sourced.
24967Merged patch fix from Karl in main to dev.
24961Fix for SDP-362.
Move testing of variable till after the
environment has been sourced.
24958#review-24959 Fix for SDP-362.
Move testing of variable till after the
environment has been sourced.
  • Details
  • Comments -
Status
Closed
Project
perforce-software-sdp
Severity
B
Reported By
Karl Wirth
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
karl_wirth
Type
Bug