Revert "d/test.sh, d/tests: Unset SOURCE_DATE_EPOCH"
This reverts commit d18bfcc689.
This commit is contained in:
parent
412e3b17a2
commit
e7e5461197
|
|
@ -13,9 +13,6 @@ unset http_proxy
|
|||
unset https_proxy
|
||||
unset no_proxy
|
||||
|
||||
# Some tests assume this isn't set
|
||||
unset SOURCE_DATE_EPOCH
|
||||
|
||||
failed=0
|
||||
# Use line-buffering so stdout and stderr interleave somewhat nicely
|
||||
stdbuf -oL make check || failed=1
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ unset http_proxy
|
|||
unset https_proxy
|
||||
unset no_proxy
|
||||
|
||||
# Some tests assume this isn't set
|
||||
unset SOURCE_DATE_EPOCH
|
||||
|
||||
tests="$(gnome-desktop-testing-runner -l libostree | while read -r t; do
|
||||
t="${t%% *}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue