You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Shanedell (via GitHub)" <gi...@apache.org> on 2023/04/11 20:35:22 UTC

[GitHub] [daffodil-vscode] Shanedell commented on pull request #566: upgrade to omega-edit 0.9.60

Shanedell commented on PR #566:
URL: https://github.com/apache/daffodil-vscode/pull/566#issuecomment-1504055840

   @scholarsmate Also update `src/tests/runTest.ts` to catch the output of `runTests` and use that value in `process.exit` something like this
   
   ```ts
   const runTestsResult = await runTests({
     vscodeExecutablePath,
     extensionDevelopmentPath,
     extensionTestsPath,
   })
   process.exit(runTestsResult)
   ```
   
   This is needed because it seems `yarn test` will sometimes hang without it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org