Skip to content

Commit 59f50ed

Browse files
committed
testscript ud [skip ci]
1 parent c0482f1 commit 59f50ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full_tests/run_full_tests_v6.0.0-4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

77
ds_name=$1
88
suf=$2
99
echo Running ${ds_name} ${suf}
1010

1111
tracula_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

1414
data_dir=${wd}/data
1515
out_root_dir=${wd}/out

0 commit comments

Comments
 (0)