Skip to content

Commit

Permalink
FABN-1233 NodeSDK segfault
Browse files Browse the repository at this point in the history
Update the gulp task to do some setup
for the testing.

Signed-off-by: Bret Harrison <[email protected]>
Change-Id: I10e391aab2c8c8e930d4d0252a50bc3bacca3a0d
  • Loading branch information
harrisob committed Aug 13, 2019
1 parent c66a140 commit e0b4b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/tasks/test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
# Copyright IBM Corp. All Rights Reserved.
#
Expand Down Expand Up @@ -206,7 +207,7 @@ gulp.task('run-test-scenario', (done) => {
});

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

Expand Down

0 comments on commit e0b4b83

Please sign in to comment.