-
- Downloads
Post exit code from unit tests when asyncify=on
- with asyncify, the python server always got an exit code of `1` because `main` implicitly returned 1. - as a result, exit code is specially handled so that `ctest` can decide whether the test failed or passed.
Showing
- CMake/vtkTestingDriver.cmake 12 additions, 1 deletionCMake/vtkTestingDriver.cmake
- Testing/Core/vtkEmscriptenTestUtilities.cxx 5 additions, 0 deletionsTesting/Core/vtkEmscriptenTestUtilities.cxx
- Testing/Core/vtkEmscriptenTestUtilities.h 6 additions, 0 deletionsTesting/Core/vtkEmscriptenTestUtilities.h
- Testing/Core/vtkEmscriptenTestUtilities.js 9 additions, 0 deletionsTesting/Core/vtkEmscriptenTestUtilities.js
- Testing/Core/vtkTestDriver.h 2 additions, 1 deletionTesting/Core/vtkTestDriver.h
Please register or sign in to comment