Index: tests/fslsync/megatest.config ================================================================== --- tests/fslsync/megatest.config +++ tests/fslsync/megatest.config @@ -6,15 +6,15 @@ [setup] # Adjust max_concurrent_jobs to limit how much you load your machines max_concurrent_jobs 50 # This is your link path, you can move it but it is generally better to keep it stable -linktree #{shell readlink -f #{getenv PWD}/fslsynclinks} +linktree #{shell readlink -f #{getenv MT_RUN_AREA_HOME}/fslsynclinks} # Job tools are more advanced ways to control how your jobs are launched [jobtools] useshell yes launcher nbfind # As you run more tests you may need to add additional disks, the names are arbitrary but must be unique [disks] -disk0 #{shell readlink -f #{getenv PWD}/fslsyncruns} +disk0 #{shell readlink -f #{getenv MT_RUN_AREA_HOME}/fslsyncruns} Index: tests/fslsync/runconfigs.config ================================================================== --- tests/fslsync/runconfigs.config +++ tests/fslsync/runconfigs.config @@ -1,5 +1,5 @@ [default] WORKAREA /tmp/#{getenv USER}/fslsync FSLSAREA /tmp/#{getenv USER}/fsls AREANAMES code data -SITENAMES zeus xena +SITENAMES #{shell cat $MT_RUN_AREA_HOME/sites.dat} ADDED tests/fslsync/sites.dat.template Index: tests/fslsync/sites.dat.template ================================================================== --- /dev/null +++ tests/fslsync/sites.dat.template @@ -0,0 +1,1 @@ +site1