mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix filemode, faketime call
This commit is contained in:
parent
68549dc22d
commit
02f05eec55
1 changed files with 1 additions and 1 deletions
2
test/timemachine
Normal file → Executable file
2
test/timemachine
Normal file → Executable file
|
@ -35,7 +35,7 @@ for day in ${days-$(date --rfc-3339=date)} ; do
|
|||
date="${day}T${hour}:${minute}"
|
||||
for single_test in ${tests} ; do
|
||||
echo "Running test ${single_test} at ${date}"
|
||||
faketime "@${date}" "${single_test}"
|
||||
faketime "${date}" "${single_test}"
|
||||
if [[ $? -ne 0 ]] ; then
|
||||
echo "Test ${single_test} broke at ${date}!"
|
||||
[[ ${fail_at_end-0} -ne 0 ]] || break 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue