summaryrefslogtreecommitdiffstats
path: root/apts
diff options
context:
space:
mode:
Diffstat (limited to 'apts')
-rwxr-xr-xapts6
1 files changed, 6 insertions, 0 deletions
diff --git a/apts b/apts
index 8cf4a0c..92b7b6c 100755
--- a/apts
+++ b/apts
@@ -36,6 +36,12 @@ shift $(( $OPTIND - 1 ))
# shift once more
shift
+# Get directory with test files
+. /etc/apts/apts.conf
+
+# CD to test file dir
+echo $TESTSDIR
+
# if there aren't any args besides outfile test all packages
if [ $# -eq 0 ];
then i=1 && totaltests=`ls ./tests/ | wc -w` && echo "All (${totaltests}) packages to be tested" && passedtests="0" && for package in `ls ./tests/`;