fixed test script bug

svn path=/trunk/boinc/; revision=201
This commit is contained in:
Michael Gary 2002-07-15 21:18:59 +00:00
parent c546d812cc
commit 27f57f30b7
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ function init_client_dirs($prefs_file) {
PassThru("rm -f client_state.xml");
PassThru("rm -rf ".PROJECTS);
PassThru("rm -rf slots");
PassThru("sed -e s/BOINC_MASTER_URL/$BOINC_MASTER_URL/ $prefs_file > prefs.xml");
PassThru("sed -e s/BOINC_MASTER_URL/\$BOINC_MASTER_URL/ $prefs_file > prefs.xml");
}
function copy_to_download_dir($f) {

View File

@ -13,7 +13,7 @@
init_client_dirs("prefs3.xml");
copy_to_download_dir("input");
add_platform(null);
add_user(null);
add_user("prefs.xml");
add_app("upper_case", null, null);
create_work("-appname upper_case -rsc_iops 180000000000.0 -rsc_fpops 0.0 -rsc_memory 1000000000000.2 -rsc_disk 1000000000000.2 -wu_name uc_wu -wu_template uc_wu -result_template uc_result -nresults 1 input");
start_feeder();