X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fappli_gen.py;h=4c64c7a79b8a234254d55d6ee4ba961521a7ad48;hb=acde82d9a3d34c28032d80123aa654197f7c26a4;hp=10bf434f71380074ced514aa1ba09852e87c67df;hpb=463b7bde63a727ea30995123dc820d5a4e421924;p=modules%2Fkernel.git diff --git a/bin/appli_gen.py b/bin/appli_gen.py index 10bf434f7..4c64c7a79 100644 --- a/bin/appli_gen.py +++ b/bin/appli_gen.py @@ -227,6 +227,12 @@ def install(prefix, config_file, verbose=0): pass pass + # Generate CTestCustom.cmake to handle long output + ctest_custom = os.path.join(home_dir, 'bin', 'salome', 'test', "CTestCustom.cmake") + with open(ctest_custom, 'w') as f: + f.write("SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1048576) # 1MB\n") + f.write("SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576) # 1MB\n") + appliskel_dir = os.path.join(home_dir, 'bin', 'salome', 'appliskel') for fn in ('envd',