~udienz/reprepro/reprepro.head

« back to all changes in this revision

Viewing changes to tests/testtemplate.sh

  • Committer: Mahyuddin Susanto
  • Date: 2010-12-01 21:08:07 UTC
  • Revision ID: udienz@gmail.com-20101201210807-b9bgweyvsis408u2
- Remove all file/directory exept debian/
+ Adding get-orig-source at debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
set -e
4
 
if [ "x$TESTINCSETUP" != "xissetup" ] ; then
5
 
        source $(dirname $0)/test.inc
6
 
fi
7
 
 
8
 
 
9
 
testsuccess