mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Use last modification time for unit_test_stub.sh age reporting.
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
Satadru Pramanik, DO, MPH, MEng
parent
575c60864e
commit
b7843ab3e3
@@ -3,7 +3,7 @@
|
||||
# Version 1.0
|
||||
set -e
|
||||
echo "Chromebrew GitHub Action Unit Test Stub"
|
||||
last_update=$(stat -c %w /usr/local/lib/crew/tests/unit_test_stub.sh)
|
||||
last_update=$(stat -c %y /usr/local/lib/crew/tests/unit_test_stub.sh)
|
||||
echo "Last Updated: ${last_update}"
|
||||
stub_mtime=$(stat -c %Y /usr/local/lib/crew/tests/unit_test_stub.sh)
|
||||
echo "CHANGED_PACKAGES: ${CHANGED_PACKAGES}"
|
||||
|
||||
Reference in New Issue
Block a user