summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/run.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/run.cmake b/test/run.cmake
index 9cf4ad6..3699b6c 100644
--- a/test/run.cmake
+++ b/test/run.cmake
@@ -15,6 +15,10 @@
#=============================================================================
cmake_minimum_required(VERSION 2.8.5)
+if(xml)
+ file(REMOVE "${xml}")
+endif()
+
execute_process(
COMMAND ${command}
OUTPUT_VARIABLE actual_stdout