This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sp
/
tempest
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
check verbose in jenkins
tempestpy_adaptions
Sebastian Junges
8 years ago
parent
d2c658f6c1
commit
4582d6defc
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
Jenkinsfile
2
Jenkinsfile
View File
@ -32,7 +32,7 @@ node {
stage('Test') {
dir("build") {
sh "make check"
sh "make check
-verbose
"
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
sp/tempest
Title
Body
Create Issue