|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Define TESTS to be the .test files, not the .py files, o
# 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 <=
|
|
|
|
|