Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c3449c7c
Commit
c3449c7c
authored
Aug 13, 2003
by
Per Cederqvist
Browse files
Removed tests for python. We should get a warning message from "make
check" if python is missing, but it should still succeed.
parent
b7049747
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
c3449c7c
...
...
@@ -209,35 +209,10 @@ dotask 0 "sigjmp" "" "cd $BASE/src/server/testsuite && make check-test-sigjmp"
# "make check" requirements
#
checkdocok
=
true
pdfok
=
true
dviok
=
true
checkprgok
=
true
# We need "python".
if
(
python
-c
""
)
2>&1
then
:
else
echo
python not found
>>
r/ckdoclog.txt
echo
python not found
>>
r/ckprglog.txt
checkdocok
=
false
checkprgok
=
false
fi
# We need the socket module from "python".
if
$checkprgok
then
if
(
python
-c
"import socket"
)
2>&1
then
:
else
echo
python cannot import socket:
>>
r/ckprglog.txt
python
-c
"import socket"
>>
r/ckprglog.txt 2>&1
checkprgok
=
false
fi
fi
# We need "runtest".
if
(
runtest
-V
)
2>&1
then
...
...
@@ -284,10 +259,7 @@ fi
# No use to run pdf and dvi if check-doc fails.
oldstatus
=
$status
if
$checkdocok
then
dotask 1
"ckdoc"
""
"cd
$BASE
/doc && make check-doc"
fi
dotask 1
"ckdoc"
""
"cd
$BASE
/doc && make check-doc"
if
$dviok
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment