diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-01-21 13:02:31 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-01-21 15:26:27 +0000 |
commit | 06bdb3325c59b83aefbbdb97e4fb806ceb11ea6a (patch) | |
tree | 5bd64e5a7c3e664b2d2ba9794bfbc0eef9e52379 /resources/tools/presentation/run_report.sh | |
parent | 46e30d465789d56832fff4cffd069d9d5058fc08 (diff) |
CSIT-1406: Configure PAL to generate 1901 Report
Change-Id: I2faf542970d9be54945a2f9fdaf0577bdfbd6d24
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 4fba3998e586334ea0663ff401e36971249b191c)
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 fe1bd798df..26e4b9cf11 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 "03" \ + --week "04" \ --logging INFO \ --force |