From e523c110b4f9c9703ecf7694d551a439983bf7ba Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 10 Apr 2009 22:25:50 +0200 Subject: test: Allow user to pass core repo path (for offline tests) --- test/main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/main') diff --git a/test/main b/test/main index d512352..a47216a 100755 --- a/test/main +++ b/test/main @@ -14,7 +14,7 @@ meow echo "# setting up PKG_ROOT" cd $test_proot -git clone git://git.tabularazor.org/~derf/pkg core +git clone ${1-git://git.tabularazor.org/~derf/pkg} core cp core/include/pkglist pkglist echo "# bootstrapping PDIR" -- cgit v1.2.3