From 366f34cdc16bafb8919e8305a23a8d1d241e16c1 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 3 Oct 2013 01:38:34 +0000 Subject: [PATCH] add comment git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31081 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/scripts/makereport.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/makereport.py b/tests/scripts/makereport.py index 0f5ac3d987..6cffbdd139 100644 --- a/tests/scripts/makereport.py +++ b/tests/scripts/makereport.py @@ -1,3 +1,6 @@ +# accepts 0,1, or 2 arguments. If a string starting with a number is handed in, it is assumed to be a subdirectory of the current directory to run on. If not specified, the newest build is used. Any other string is taken as the branch name for this test (or treated as mainline). Order of the arguments does not matter. +# for questions: Timo Heister + import xml.etree.ElementTree as ET import glob import sys -- 2.39.5