Fix RWC test case sensitivity (#24012)

* Fix RWC test case sensitivity

* Fix lint
This commit is contained in:
Wesley Wigham 2018-05-09 18:08:58 -07:00 committed by GitHub
parent da413d6fef
commit 58c7d7c236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ namespace RWC {
compilerResult = Harness.Compiler.compileFiles(
inputFiles,
otherFiles,
/* harnessOptions */ undefined,
{ useCaseSensitiveFileNames: "" + (ioLog.useCaseSensitiveFileNames || false) },
opts.options,
// Since each RWC json file specifies its current directory in its json file, we need
// to pass this information in explicitly instead of acquiring it from the process.