We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae2a810 + 362b129 commit f73f9e5Copy full SHA for f73f9e5
2 files changed
debian/.gitignore
@@ -22,3 +22,5 @@ autoreconf.after
22
autoreconf.before
23
debhelper-build-stamp
24
25
+# from debian/tests
26
+*.out
debian/tests/rs274-test
@@ -4,6 +4,9 @@ set -e
4
5
cd "$(dirname "$0")"
6
7
+if [ -z "$AUTOPKGTEST_TMP" ]; then
8
+ AUTOPKGTEST_TMP="."
9
+fi
10
log=$AUTOPKGTEST_TMP/rs274.out
11
12
if ! rs274 -g rs274.ngc > "$log" 2>&1 ; then
0 commit comments