diff --git a/tests/alpha-light.sh b/tests/alpha-light.sh index 0a431f36..10cd84ff 100755 --- a/tests/alpha-light.sh +++ b/tests/alpha-light.sh @@ -1,7 +1,7 @@ #!/bin/sh pwd -./pisi-build samples/sta*/*.pspec +./pisi-build samples/sta*/pspec.xml ./pisi-index . ./pisi-updatedb pisi-index.xml ./pisi-install start*pisi diff --git a/tests/alpha.sh b/tests/alpha.sh index e757d75a..52c7f1d9 100755 --- a/tests/alpha.sh +++ b/tests/alpha.sh @@ -2,7 +2,7 @@ pwd rm -rf tmp -./pisi-build samples/*/*.pspec +./pisi-build samples/*/pspec.xml ./pisi-index . ./pisi-updatedb pisi-index.xml ./pisi-install start*pisi diff --git a/tests/prealpha.sh b/tests/prealpha.sh index e757d75a..52c7f1d9 100755 --- a/tests/prealpha.sh +++ b/tests/prealpha.sh @@ -2,7 +2,7 @@ pwd rm -rf tmp -./pisi-build samples/*/*.pspec +./pisi-build samples/*/pspec.xml ./pisi-index . ./pisi-updatedb pisi-index.xml ./pisi-install start*pisi