fixed typo in Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -12,7 +12,7 @@ parallel 'centos7': {
|
||||
}
|
||||
stage('Run Basic Unit Test') {
|
||||
sh 'make unit_test SDK_LWIP=1 SDK_IPV4=1'
|
||||
sh './tests/unit/docker/start/sh'
|
||||
sh './tests/unit/docker/start.sh'
|
||||
}
|
||||
}
|
||||
catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user