removed junit tests for today, add a new better structure tomorrow2
This commit is contained in:
parent
005aa5d8d1
commit
75c98a4b41
|
|
@ -9,7 +9,7 @@ DATE_DIR=$(ls -1 ../build/sitespeed-result/$DOMAIN_DIR | head -n1);
|
|||
RESULT_DIR=$( cd ../build/sitespeed-result/$DOMAIN_DIR/$DATE_DIR && pwd)
|
||||
|
||||
|
||||
files=( index.html errorurls.html pages.html rules.html summary-details.html pages/1.html pages/2.html pages/3.html ../../../sitespeed.io-junit.xml ../../../summary.xml)
|
||||
files=( index.html errorurls.html pages.html rules.html summary-details.html pages/1.html pages/2.html pages/3.html)
|
||||
|
||||
for i in "${files[@]}"
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in New Issue