Skip to content

Commit e9715d5

Browse files
author
Luca Toniolo
committed
Merge branch 'upstream'
2 parents 6eb3e6a + f73f9e5 commit e9715d5

46 files changed

Lines changed: 36166 additions & 35120 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.var
22
*.var.bak
33
position*.txt
4-
4+
qtaxis.pref
5+
qtvcp/

debian/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ autoreconf.after
2222
autoreconf.before
2323
debhelper-build-stamp
2424

25+
# from debian/tests
26+
*.out

debian/tests/rs274-test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44

55
cd "$(dirname "$0")"
66

7+
if [ -z "$AUTOPKGTEST_TMP" ]; then
8+
AUTOPKGTEST_TMP="."
9+
fi
710
log=$AUTOPKGTEST_TMP/rs274.out
811

912
if ! rs274 -g rs274.ngc > "$log" 2>&1 ; then

0 commit comments

Comments
 (0)