diff options
author | Marius Kintel <marius@kintel.net> | 2013-09-13 05:06:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-09-13 05:06:17 (GMT) |
commit | ead8749e99238c18a3d7bb903f98bb7bca6a7685 (patch) | |
tree | baa054dc0bd236e11a0ad29c41f092193a52245d /tests/CTestCustom.template | |
parent | 233406230281d8fefe24902fea52d916dfb3d88e (diff) | |
parent | f82ff8272b9698e7c572d6c67a5b69bf26896933 (diff) |
Merge pull request #476 from openscad/testfixes
Testfixes
Diffstat (limited to 'tests/CTestCustom.template')
-rw-r--r-- | tests/CTestCustom.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CTestCustom.template b/tests/CTestCustom.template index fd6ba8b..b8d04ce 100644 --- a/tests/CTestCustom.template +++ b/tests/CTestCustom.template @@ -58,8 +58,8 @@ endif() # Part 1. Pretty Printing -message("running 'opencsgtest --info' to generate sysinfo.txt") -execute_process(COMMAND __wine__ __cmake_current_binary_dir__/opencsgtest --info OUTPUT_FILE sysinfo.txt) +message("running '__gui_binpath__ --info' to generate sysinfo.txt") +execute_process(COMMAND __wine__ __gui_binpath__ --info OUTPUT_FILE sysinfo.txt) set(CTEST_CUSTOM_POST_TEST ${CTEST_CUSTOM_POST_TEST} "__cmake_current_binary_dir__/test_pretty_print") if ( ${debug_openscad_template} ) |