From 61b930cc0cc44c1cbbccfdafec7f619d61ae841d Mon Sep 17 00:00:00 2001 From: Mahesh Date: Tue, 16 Sep 2014 12:14:30 +0000 Subject: [PATCH] update test script to pass testv --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 328fb561..2b935217 100644 --- a/test/Makefile +++ b/test/Makefile @@ -100,8 +100,8 @@ test: testv: @for t in /video ; do \ if [ ! -e data/$$t ]; then \ - echo svn export '$(SVN)'$$t data$$t ; \ - svn export '$(SVN)'$$t data$$t ; \ + echo svn export '$(SVN)'$$t data$$t -r 3100 ; \ + svn export '$(SVN)'$$t data$$t -r 3100 ; \ fi ; done @list='$(TESTV)'; for p in $$list; do \ echo Running $$p ...; \