Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Dec 17, 2024
1 parent 1a3bff5 commit b5ff083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tests/functionLibraryTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function checkFileShaTests(){
# Does it work when it should?
checkFileSha "${sampleFileSha}" "${scriptDir}/${sampleFileName}"
testResults "checkFileShaTest 1" "$?"
[[ -x ${scriptDir}/${sampleFileName} ]] && echo "D1: $(ls ${scriptDir})"
echo "checkFileSha ${sampleFileSha} ${scriptDir}/${sampleFileName}"

# Does it fail when we have the wrong sha?
Expand Down

0 comments on commit b5ff083

Please sign in to comment.