File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ readonly LOGGING_BASE="$(dirname "${LOGGING}")"
2727declare LOGGING_OVERRIDE
2828
2929readonly JOB_NAME=" log-test"
30- readonly JOB_USER=" ${USER:- whoami} "
30+ readonly JOB_USER=" ${USER:- $( whoami) } "
3131
3232# Test a basic job with base logging path
3333echo " Subtest #1: Basic logging path"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ readonly LOGGING_BASE="$(dirname "${LOGGING}")"
3131declare LOGGING_OVERRIDE
3232
3333readonly JOB_NAME=$( logging_paths_tasks_setup::get_job_name)
34- readonly JOB_USER=" ${USER:- whoami} "
34+ readonly JOB_USER=" ${USER:- $( whoami) } "
3535
3636# Set up the tasks file
3737logging_paths_tasks_setup::write_tasks_file
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ readonly REQUESTER_PAYS_INPUT_BAM_FULL_PATH="gs://${DSUB_BUCKET_REQUESTER_PAYS}/
2727readonly REQUESTER_PAYS_POPULATION_FILE_FULL_PATH=" gs://${DSUB_BUCKET_REQUESTER_PAYS} /${POPULATION_FILE} "
2828
2929# Set user variable like in other tests
30- readonly JOB_USER=" ${USER:- whoami} "
30+ readonly JOB_USER=" ${USER:- $( whoami) } "
3131# This is the image we use to test the PD mount feature.
3232# Inject the TEST_TOKEN into the name so that multiple tests can run
3333# concurrently. Since the image test can be run multiple times for one
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- readonly JOB_USER=" ${USER:- whoami} "
15+ readonly JOB_USER=" ${USER:- $( whoami) } "
1616readonly POPULATION_FILE=" gs://genomics-public-data/ftp-trace.ncbi.nih.gov/1000genomes/ftp/20131219.superpopulations.tsv"
1717readonly POPULATION_MD5=" 68a73f849b82071afe11888bac1aa8a7"
1818
You can’t perform that action at this time.
0 commit comments