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
|
./collect_cases.sh -e
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
|
cd ${WKC}/tests/parallel_test
|
||||||
date
|
date
|
||||||
time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
|
time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue