tests/Makefile.am
changeset 49 0f828cb8fcdf
parent 38 a29623b68ca2
child 51 ea1c42c3a780
     1.1 --- a/tests/Makefile.am	Mon Jun 13 12:18:42 2016 +0100
     1.2 +++ b/tests/Makefile.am	Mon Jun 27 18:18:35 2016 +0100
     1.3 @@ -54,10 +54,10 @@
     1.4  
     1.5  razor-test-dir/var/lib/razor/system.rzdb: primary.xml.gz
     1.6  	$(RM) -r razor-test-dir
     1.7 -	$(RAZOR) --root=razor-test-dir init
     1.8 -	$(RAZOR) --root=razor-test-dir \
     1.9 +	$(RAZOR) --root=file:razor-test-dir init
    1.10 +	$(RAZOR) --root=file:razor-test-dir \
    1.11  	  --url=file://localhost/`pwd`/yum-repo-test-dir import-yum
    1.12 -	$(RAZOR) --root=razor-test-dir install zap zappy zappy2 zappy-tools
    1.13 +	$(RAZOR) --root=file:razor-test-dir install zap zappy zappy2 zappy-tools
    1.14  
    1.15  endif
    1.16