mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Finished the SLIC3R_HAS_BROKEN_CROAK magic.
This commit is contained in:
@@ -6,6 +6,11 @@ use warnings;
|
||||
use Slic3r::XS;
|
||||
use Test::More tests => 1;
|
||||
|
||||
if ($ENV{SLIC3R_HAS_BROKEN_CROAK})
|
||||
{
|
||||
ok 1, 'SLIC3R_HAS_BROKEN_CROAK set, croaks and confesses from a C++ code will lead to an application exit!';
|
||||
}
|
||||
else
|
||||
{
|
||||
eval {
|
||||
Slic3r::xspp_test_croak_hangs_on_strawberry();
|
||||
|
||||
Reference in New Issue
Block a user