diff options
author | Anthony Roach <aroach@electriceyeball.com> | 2001-08-29 23:38:38 (GMT) |
---|---|---|
committer | Anthony Roach <aroach@electriceyeball.com> | 2001-08-29 23:38:38 (GMT) |
commit | ca893b1f2d26451af3b5415b22b3bc47ed3d1870 (patch) | |
tree | c65472da2f7b8decb2a05f6a316e9db67e436af4 /runtest.sh | |
parent | 3b4debd4fd8159b00a3e671d46a2033203e90137 (diff) | |
download | SCons-ca893b1f2d26451af3b5415b22b3bc47ed3d1870.zip SCons-ca893b1f2d26451af3b5415b22b3bc47ed3d1870.tar.gz SCons-ca893b1f2d26451af3b5415b22b3bc47ed3d1870.tar.bz2 |
Get rid of runtest.sh
Diffstat (limited to 'runtest.sh')
-rw-r--r-- | runtest.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtest.sh b/runtest.sh deleted file mode 100644 index 571a478..0000000 --- a/runtest.sh +++ /dev/null @@ -1,3 +0,0 @@ -# This script makes it possible to run a test without building first -export PYTHONPATH="`pwd`/src:`pwd`/etc" -python $1 |