Skip to content

Commit

Permalink
FABN-1233 NodeSDK segfault
Browse files Browse the repository at this point in the history
The location of the segment fault is in the HSM
simulation code. This will setup a limited test
to run during a merge that will not use HSM.

Signed-off-by: Bret Harrison <[email protected]>
Change-Id: I66662e08cf39d0b2b31186bf116d3cfa2f1b2184
  • Loading branch information
harrisob committed Aug 13, 2019
1 parent ee4052c commit 14686ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ gulp.task('run-test-scenario', (done) => {
runSequence(...tasks, done);
});

gulp.task('run-test-merge', (done) => {
const tasks = ['run-test-cucumber'];
runSequence(...tasks, done);
});

gulp.task('run-test-functional', (done) => {
const tasks = ['test-fv-only'];
runSequence(...tasks, done);
Expand Down

0 comments on commit 14686ca

Please sign in to comment.