summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-23 14:51:12 -0700
committerKeith Packard <keithp@keithp.com>2019-02-03 12:00:11 -0800
commit6c8c0e345cabc381b56274036a53760ab84d60c5 (patch)
tree9c766be8d16793139394be14ebc1e41d9957124b
parente9b41a18b6b0c233acc962df4e5934fea3995d19 (diff)
debian: Limit debian CI tests to 'test.5c'
The nichrome test requires X Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--debian/tests/upstream4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/tests/upstream b/debian/tests/upstream
index a54a390..d5477f2 100644
--- a/debian/tests/upstream
+++ b/debian/tests/upstream
@@ -1,5 +1,3 @@
#!/bin/sh
cd test
-for i in *.5c; do
- nickle "$i" || exit 1
-done
+nickle test.5c