Merge lp:~psivaa/ubuntu-test-cases/archive-installer-logs into lp:ubuntu-test-cases/desktop

Proposed by Para Siva
Status: Merged
Merged at revision: 49
Proposed branch: lp:~psivaa/ubuntu-test-cases/archive-installer-logs
Merge into: lp:ubuntu-test-cases/desktop
Diff against target: 15 lines (+2/-2)
1 file modified
scripts/base.sh (+2/-2)
To merge this branch: bzr merge lp:~psivaa/ubuntu-test-cases/archive-installer-logs
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+214769@code.launchpad.net

Commit message

For jibel's request to archive desktop installer logs and follow's doanac's fix/advice in utah. The new logs wont appear in the 'Test case results' page of the dashboard yet, but following artefacts leads to them, rightly and I think that should be enough for the time being.

Description of the change

For jibel's request to archive desktop installer logs and follow's doanac's fix/advice in utah. The new logs wont appear in the 'Test case results' page of the dashboard yet, but following artefacts leads to them, rightly and I think that should be enough for the time being.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/base.sh'
--- scripts/base.sh 2014-01-29 16:50:02 +0000
+++ scripts/base.sh 2014-04-08 14:06:07 +0000
@@ -41,9 +41,9 @@
41 fi41 fi
4242
43 if [ -z "$BOOT_ARGS" ]; then43 if [ -z "$BOOT_ARGS" ]; then
44 CMD="run_utah_tests.py -i $IMAGE -p $PRESEED $RUNLIST"44 CMD="run_utah_tests.py -i $IMAGE -p $PRESEED $RUNLIST -f /var/log/installer"
45 else45 else
46 CMD="run_utah_tests.py -i $IMAGE -p $PRESEED -b $BOOT_ARGS $RUNLIST"46 CMD="run_utah_tests.py -i $IMAGE -p $PRESEED -b $BOOT_ARGS $RUNLIST -f /var/log/installer"
47 fi47 fi
4848
49 if [ -n "$EXTRA_ARGS" ]; then49 if [ -n "$EXTRA_ARGS" ]; then

Subscribers

People subscribed via source and target branches