fix: change to a proper directory before run
This commit is contained in:
parent
460168adce
commit
1f8377ba3c
|
@ -197,6 +197,7 @@ pipeline {
|
|||
./collect_cases.sh -e
|
||||
'''
|
||||
sh '''
|
||||
cd ${WKC}/tests/parallel_test
|
||||
date
|
||||
time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue