removed the version from the reference output - so releases that don't change the output don't need to recommit new reference output
diff --git a/scripts/common.cmake b/scripts/common.cmake
index 456cb21..5dbfe26 100644
--- a/scripts/common.cmake
+++ b/scripts/common.cmake
@@ -36,6 +36,8 @@
set(the_command "${the_command} --dt-no-path-filenames=1")
# append the argument for ignoring the exit code of the test programs because some are intended to have failing tests
set(the_command "${the_command} --dt-no-exitcode=1")
+ # append the argument for not printing the framework version so reference output doesn't have to be recommitted when the version is bumped
+ set(the_command "${the_command} --dt-no-version=1")
string(STRIP ${the_command} the_command)