diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 502: forgot to include lava-test-run-attach in setup.py

Message ID 20121215181413.3590.53243.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Dec. 15, 2012, 6:14 p.m. UTC
------------------------------------------------------------
revno: 502
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Sat 2012-12-15 12:11:32 -0600
message:
  forgot to include lava-test-run-attach in setup.py
modified:
  setup.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2012-12-03 20:54:59 +0000
+++ setup.py	2012-12-15 18:11:32 +0000
@@ -34,11 +34,12 @@ 
         },
     data_files=[
         ('lava_test_shell', [
+            'lava_test_shell/lava-test-case',
             'lava_test_shell/lava-test-case-attach',
+            'lava_test_shell/lava-test-run-attach',
             'lava_test_shell/lava-test-runner-android',
             'lava_test_shell/lava-test-runner-ubuntu',
             'lava_test_shell/lava-test-runner.conf',
-            'lava_test_shell/lava-test-case',
             'lava_test_shell/lava-test-runner.init.d',
             'lava_test_shell/lava-test-shell',
             ])