Skip to content

Commit fd5f0fc

Browse files
committed
more logs and remove test/Makefile
1 parent 09db444 commit fd5f0fc

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

jscomp/bin/Makefile

-27
This file was deleted.

scripts/ciTest.js

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function main() {
9494
}
9595

9696
if(installGlobal){
97+
console.log('install bucklescript globally')
9798
cp.execSync('npm i -g .', {cwd : path.join(__dirname, '..'), stdio: [0,1,2]})
9899
}
99100

@@ -125,6 +126,7 @@ function main() {
125126
}
126127

127128
if (bsbTest){
129+
console.log('Doing build_tests')
128130
var buildTestDir = path.join(__dirname,'..','jscomp','build_tests')
129131
var files = fs.readdirSync(buildTestDir)
130132
files.forEach(function(file){
@@ -139,6 +141,7 @@ function main() {
139141
if (error !== null) {
140142
throw new Error (`working in ${testDir} Error: \n${error} `)
141143
}
144+
console.log('success in ', file)
142145
})
143146
}
144147
})

0 commit comments

Comments
 (0)