mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Finish renaming BUILD_DIR; make tests more error-prone
I had forgotten that I needed to change the value of BUILD_DIR in several different places. Added comments warning future editors about this as well as filing issue #5007 to track fixing this properly. Despite being misconfigured and therefore failing, the typescript and metadata test scripts were exiting with status 0, indicating successful completion. These have been fixed so they should fail on any error, including misconfiguration.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,5 +17,5 @@ local_build/*compiler*.jar
|
||||
local_build/local_*_compressed.js
|
||||
chromedriver
|
||||
typings/tmp/*
|
||||
built/
|
||||
build/
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user