diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-11 09:23:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-03-11 16:07:14 +0000 |
commit | 9390233c8b3d9176e020976ecdf44eb99c1f58e3 (patch) | |
tree | ba22942015ce2c7ab2386101f85a9063d5bf994d /resources/tools/presentation/run_report.sh | |
parent | 6c295bd3d177d42343bfed4596655ce6604e0e55 (diff) |
CSIT-1456: Report 1901.1 Configuration
Change-Id: Ic629722527e6db6c0594d9499a123b29dc8cf258
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index a6c56861f1..57449561be 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "10" \ + --week "11" \ --logging INFO \ --force |