WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Define TESTS to be the .test files, not the .py files, o

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Define TESTS to be the .test files, not the .py files, otherwise the chmod +x
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Mar 2006 13:58:07 +0000
Delivery-date: Sat, 11 Mar 2006 13:58:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 1ffd973d3d495b0221364ef2be98a30e17be06a8
# Parent  90bac1d23a0c1c8e4105793a5b2aa76d2468bd89
Define TESTS to be the .test files, not the .py files, otherwise the chmod +x
doesn't get called.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 90bac1d23a0c -r 1ffd973d3d49 tools/xm-test/tests/sedf/Makefile.am
--- a/tools/xm-test/tests/sedf/Makefile.am      Sat Mar 11 10:20:32 2006
+++ b/tools/xm-test/tests/sedf/Makefile.am      Sat Mar 11 10:52:40 2006
@@ -1,9 +1,11 @@
-
 SUBDIRS =
 
-TESTS = 01_sedf_period_slice_pos.py 02_sedf_period_lower_neg.py \
-        03_sedf_slice_lower_neg.py  04_sedf_slice_upper_neg.py  \
-        05_sedf_extratime_pos.py 06_sedf_extratime_disable_neg.py
+TESTS = 01_sedf_period_slice_pos.test \
+        02_sedf_period_lower_neg.test \
+        03_sedf_slice_lower_neg.test  \
+        04_sedf_slice_upper_neg.test  \
+        05_sedf_extratime_pos.test    \
+        06_sedf_extratime_disable_neg.test
 
 XFAIL_TESTS = 
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Define TESTS to be the .test files, not the .py files, otherwise the chmod +x, Xen patchbot -unstable <=