added the junit script to be included

This commit is contained in:
Peter Hedenskog 2013-02-14 09:36:29 +01:00
parent 9fa038ead7
commit db2ecd0c34
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ before_script:
- node test/server/file-server.js &
- sleep 3
- "./build/sitespeed.io -u http://127.0.0.1:8080/ -o img"
- "./sitespeed-junit.io > junit.xml"
script: ./test/test.sh

View File

@ -8,7 +8,7 @@ UNIQUE_DIR=$(ls -1 ../build/sitespeed-result/ | head -n1);
RESULT_DIR=$( cd ../build/sitespeed-result/$UNIQUE_DIR && pwd)
files=( index.html errorurls.html pages.html rules.html pages/1.html pages/2.html pages/3.html )
files=( index.html errorurls.html pages.html rules.html pages/1.html pages/2.html pages/3.html junit.xml)
for i in "${files[@]}"
do