From 27f57f30b77b8cf2dfd5dcb63751566de48674ad Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Mon, 15 Jul 2002 21:18:59 +0000 Subject: [PATCH] fixed test script bug svn path=/trunk/boinc/; revision=201 --- test/init.inc | 2 +- test/test_rsc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/init.inc b/test/init.inc index 6e51c54720..441c101177 100644 --- a/test/init.inc +++ b/test/init.inc @@ -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) { diff --git a/test/test_rsc.php b/test/test_rsc.php index 3370f603a9..50f6a8c8df 100644 --- a/test/test_rsc.php +++ b/test/test_rsc.php @@ -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();