~ salmonella-environment-setup (master) 7a9d140675d6c206fb40a63202941ea857f378fb
commit 7a9d140675d6c206fb40a63202941ea857f378fb
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Sat Sep 11 19:43:37 2010 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Sat Sep 11 19:43:37 2010 -0300
run-salmonella.scm: set `base-uri' to point to the yyyy/mm/dd directory
diff --git a/run-salmonella.scm b/run-salmonella.scm
index 362e9f8..e3dfea5 100755
--- a/run-salmonella.scm
+++ b/run-salmonella.scm
@@ -92,6 +92,9 @@
"'(verbose #f)'"
"'(skip-eggs (list \"macosx\" \"objc\" \"hfs+\" \"osxattr\"))'"
,(string-append "'(env-vars (string-append (env-vars) \" QTDIR=/usr PATH=$PATH:" (make-pathname chicken-prefix "bin") "\"))'")
+ ,(string-append "'(base-uri \""
+ (make-pathname "http://tests.call-cc.org" (time->string (seconds->local-time (current-seconds)) "%Y/%m/%d"))
+ "\")'")
"'(css-file \"http://wiki.call-cc.org/chicken.css\")'"
,(string-append "'(chicken-install \"" (make-pathname chicken-prefix "bin/chicken-install") "\")'")
,(string-append "'(chicken-eggs-dir \"" eggs-dir "\")'"))))
Trap