[Reproducible-builds] [misc] 01/01: test-reproducibility: also fix time handling for the timestamps case
Jérémy Bobbio
lunar at moszumanska.debian.org
Sun Aug 31 19:20:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository misc.
commit cbbc26dde5d431b44653b1149b7fc1c2b8198405
Author: Jérémy Bobbio <lunar at debian.org>
Date: Sun Aug 31 19:13:46 2014 +0000
test-reproducibility: also fix time handling for the timestamps case
---
test-reproducibility/test-reproducibility | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-reproducibility/test-reproducibility b/test-reproducibility/test-reproducibility
index 86d0829..5c19411 100755
--- a/test-reproducibility/test-reproducibility
+++ b/test-reproducibility/test-reproducibility
@@ -44,7 +44,7 @@ run_baseline() {
}
run_different_time() {
- TEST_REPRODUCIBILITY_STAGE="timestamps" faketime -f "+1h i0,1" $COMMAND
+ TEST_REPRODUCIBILITY_STAGE="timestamps" $COMMAND
}
run_different_path() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-builds
mailing list