mirror of https://github.com/BOINC/boinc.git
Fixed test script bug
svn path=/trunk/boinc/; revision=208
This commit is contained in:
parent
b864c6a1e4
commit
ac2650afed
|
@ -1175,3 +1175,9 @@ Michael Gary July 15, 2002
|
||||||
api/
|
api/
|
||||||
api.C
|
api.C
|
||||||
api.h
|
api.h
|
||||||
|
|
||||||
|
Michael Gary July 16, 2002
|
||||||
|
-Fixed test script bug
|
||||||
|
test/
|
||||||
|
concat_result
|
||||||
|
test_concat.php
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<generated_locally/>
|
<generated_locally/>
|
||||||
<upload_when_present/>
|
<upload_when_present/>
|
||||||
<url><UPLOAD_URL/></url>
|
<url><UPLOAD_URL/></url>
|
||||||
<max_nbytes>100000</max_nbytes>
|
<max_nbytes>120000</max_nbytes>
|
||||||
</file_info>
|
</file_info>
|
||||||
<result>
|
<result>
|
||||||
<name><RESULT_NAME/></name>
|
<name><RESULT_NAME/></name>
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
init_client_dirs("prefs1.xml");
|
init_client_dirs("prefs1.xml");
|
||||||
copy_to_download_dir("input");
|
copy_to_download_dir("input");
|
||||||
add_platform(null);
|
add_platform(null);
|
||||||
add_core_client(null);
|
//add_core_client(null);
|
||||||
add_user(null);
|
add_user("prefs.xml");
|
||||||
add_app("concat",null,null);
|
add_app("concat",null,null);
|
||||||
create_work("-appname concat -wu_name concat_wu -wu_template concat_wu -result_template concat_result -nresults 2 input input");
|
create_work("-appname concat -wu_name concat_wu -wu_template concat_wu -result_template concat_result -nresults 2 input input");
|
||||||
start_feeder();
|
start_feeder();
|
||||||
|
|
Loading…
Reference in New Issue