diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-03-13 18:09:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-03-13 18:09:23 -0400 |
commit | cafaed172c6fd8b0668f1365bbb97331ca4fa1dc (patch) | |
tree | 35effc997e715cbb2c6577232e60c01e634dc77c /testall.sh |
Initial (manual) import.
Diffstat (limited to 'testall.sh')
-rwxr-xr-x | testall.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testall.sh b/testall.sh new file mode 100755 index 0000000..801124f --- /dev/null +++ b/testall.sh @@ -0,0 +1,2 @@ +#!/bin/sh +python BeautifulSoupTests.py && sh to3.sh && cd python3 && python3 BeautifulSoupTests.py |