File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ run("./mq_test.js");
56
56
run ( "./gui_test.js" ) ;
57
57
run ( "./registry_test.js" ) ;
58
58
run ( "./uuid_test.js" ) ;
59
- run ( "./gd_test.js" ) ;
60
59
run ( "./zlib_test.js" ) ;
61
60
run ( "./unzip_test.js" ) ;
62
61
run ( "./ws_test.js" ) ;
@@ -80,6 +79,9 @@ run("./v8_test.js");
80
79
run ( "./getter_throw.js" )
81
80
82
81
run ( "./internal_test/helpers.js" )
83
- run ( "./opt_tools_test/index.js" )
82
+
83
+ if ( process . env . CI ) {
84
+ run ( "./opt_tools_test/index.js" )
85
+ }
84
86
85
87
test . run ( ) ;
Original file line number Diff line number Diff line change 1
1
var test = require ( "test" ) ;
2
2
test . setup ( ) ;
3
3
4
- if ( process . env . CI ) {
5
- require ( './install_from_pkgjson' ) ;
6
- require ( './install_raw' ) ;
7
- }
4
+ require ( './install_from_pkgjson' ) ;
5
+ require ( './install_raw' ) ;
8
6
9
7
require . main === module && test . run ( console . DEBUG ) ;
You can’t perform that action at this time.
0 commit comments