Skip to content

Commit 8468ea4

Browse files
committed
try and get some outpu
1 parent 19526c2 commit 8468ea4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/smoke.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
console.log("=== SMOKE TESTS ===")
2+
13
var vows = require('vows')
24
, assert = require('assert')
35
, fs = require('fs');
@@ -234,4 +236,4 @@ vows.describe('Smoke Tests OpenCV').addBatch({
234236

235237

236238

237-
}).run();
239+
}).run();

0 commit comments

Comments
 (0)