We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa82fd commit 362b129Copy full SHA for 362b129
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