~mallorymarcot/unifield-toolbox/shuf_xmlrpc

« back to all changes in this revision

Viewing changes to RB/Sync_Init/File/runtests.sh

  • Committer: Fabien MORIN
  • Date: 2017-10-06 13:31:58 UTC
  • Revision ID: fabien.morin@tempo-consulting.fr-20171006133158-rd67ilctxpk2u5an
make the output less verbose

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    LETTUCE_PARAMS="${*:5}"
130
130
fi
131
131
 
132
 
wget --user @@USER_DUMP_SYNC@@ --password @@PASS_DUMP_SYNC@@ https://aiodev.uf6.unifield.org/testfield.zip
133
 
unzip testfield.zip -d testfield_datas
 
132
wget --quiet --user @@USER_DUMP_SYNC@@ --password @@PASS_DUMP_SYNC@@ https://aiodev.uf6.unifield.org/testfield.zip
 
133
unzip -qq testfield.zip -d testfield_datas
134
134
mv testfield_datas/testfield/* .
135
135
rm -rf testfield_datas
136
136
RUNFIRST="meta_features/A_run_first"