summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:28:32 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:28:32 -0500
commit0c0db84caeb46f4e10ad8126f0a77e5d54a8e3a3 (patch)
tree5cc19763d719573168b1a71792065cedf11c7c01 /test
parent039d9da94d439b6d649e0502331525423dfb42a5 (diff)
downloadthird_party-func-0c0db84caeb46f4e10ad8126f0a77e5d54a8e3a3.tar.gz
third_party-func-0c0db84caeb46f4e10ad8126f0a77e5d54a8e3a3.tar.xz
third_party-func-0c0db84caeb46f4e10ad8126f0a77e5d54a8e3a3.zip
clean up some paths so hopefully this is more path independent
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index 4842ed2..28c16e8 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -138,8 +138,8 @@ install_the_func_rpm()
install_the_func()
{
- msg "Installing func directly"
- pushd $1
+ msg "Installing func directly from $1 $BUILD_PATH"
+ pushd $1/func
make install
}
@@ -241,7 +241,7 @@ test_funcd()
run_async_test()
{
msg "Running async_test.py to test async/forking"
- pushd $BUILD_PATH/test
+ pushd $BUILD_PATH/func/test
python async_test.py
}
@@ -249,7 +249,7 @@ run_async_test()
run_unittests()
{
msg "Running the unittest suite"
- pushd $BUILD_PATH/test/unittest
+ pushd $BUILD_PATH/func/test
nosetests -v -w unittest/
}