Skip to content

Commit

Permalink
chg script
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 11, 2022
1 parent 5de45d9 commit 418e956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ pipeline {
script {
try {
echo "Starting tests..."
sh "bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0"
//sh "bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0"
sh 'bats tests'
sh 'tests/fulltest.sh'
// echo "Skipping tests for now"
} catch (error) {
Expand Down

0 comments on commit 418e956

Please sign in to comment.