File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# cd /data.nfs/ds114/tracula_full_tests
4- # screen -L bash /data.nfs/ds114/tracula_missing_test/code/tracula/full_tests/run_full_tests_....sh ds114_test1 <suffix optional> and
4+ # screen -L bash /data.nfs/ds114/tracula_missing_test/code/tracula/full_tests/run_full_tests_....sh ds114_test1 <suffix optional e.g. _run2 > and
55# screen -L bash /data.nfs/ds114/tracula_missing_test/code/tracula/full_tests/run_full_tests_....sh ds114_test2 <suffix optional>
66
77ds_name=$1
88suf=$2
99echo Running ${ds_name} ${suf}
1010
1111tracula_version=v6.0.0-4beta
12- wd=/data.nfs/ds114/tracula_full_tests/${tracula_version} _ ${suf}
12+ wd=/data.nfs/ds114/tracula_full_tests/${tracula_version}${suf}
1313
1414data_dir=${wd} /data
1515out_root_dir=${wd} /out
You can’t perform that action at this time.
0 commit comments