diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-06 15:12:24 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-06 15:12:24 +0100 |
commit | 8dbeca6e9d06d573adebe8d9c5114b24d8782e43 (patch) | |
tree | 138a413d58912dc1e359084190d3bc617d87b7b1 /source3/script/tests | |
parent | 1f46aac357b986405215ea7cbf9a1c971a2482d0 (diff) | |
download | samba-8dbeca6e9d06d573adebe8d9c5114b24d8782e43.tar.gz samba-8dbeca6e9d06d573adebe8d9c5114b24d8782e43.tar.bz2 samba-8dbeca6e9d06d573adebe8d9c5114b24d8782e43.zip |
Review feedback from metze.
(This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/tests_all.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh index 3871b33944..259e28e6e7 100755 --- a/source3/script/tests/tests_all.sh +++ b/source3/script/tests/tests_all.sh @@ -7,8 +7,8 @@ echo "Testing encrypted" $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP "-e" || failed=`expr $failed + $?` $SCRIPTDIR/test_wbinfo_s3.sh $WORKGROUP $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?` -eval "$LIB_PATH_VAR="\$SAMBA4SHAREDDIR:\$LIB_PATH_VAR"; export $LIB_PATH_VAR" -echo "$LIB_PATH_VAR=$LD_LIBRARY_PATH" +eval "$LIB_PATH_VAR="\$SAMBA4SHAREDDIR:\$$LIB_PATH_VAR"; export $LIB_PATH_VAR" +eval echo "$LIB_PATH_VAR=\$$LIB_PATH_VAR" SMBTORTURE4VERSION=`$SMBTORTURE4 --version` if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then echo "Running Tests with Samba4's smbtorture" @@ -17,4 +17,3 @@ if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then else echo "Skip Tests with Samba4's smbtorture" fi - |