fixed typo in Jenkinsfile

This commit is contained in:
Joseph Henry
2016-11-03 15:56:55 -07:00
parent 224da4467b
commit 8b3aca61f7

2
Jenkinsfile vendored
View File

@@ -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) {