Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
be119822
Commit
be119822
authored
Sep 07, 2010
by
Andreas Zwinkau
Browse files
Adapt file check to CPU2000
parent
0c7417aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec.py
View file @
be119822
...
@@ -17,7 +17,7 @@ BITSIZE = {
...
@@ -17,7 +17,7 @@ BITSIZE = {
# assert spec dir
# assert spec dir
for
subdir
in
"benchspec config bin result"
.
split
():
for
subdir
in
"benchspec config bin result"
.
split
():
assert
os
.
path
.
isdir
(
subdir
),
"subdir missing: "
+
subdir
assert
os
.
path
.
isdir
(
subdir
),
"subdir missing: "
+
subdir
for
filename
in
"shrc
version.txt README
"
.
split
():
for
filename
in
"shrc
README LICENSE MANIFEST
"
.
split
():
assert
os
.
path
.
isfile
(
filename
),
"file missing: "
+
filename
assert
os
.
path
.
isfile
(
filename
),
"file missing: "
+
filename
parser
=
optparse
.
OptionParser
(
version
=
SCRIPT_VERSION
)
parser
=
optparse
.
OptionParser
(
version
=
SCRIPT_VERSION
)
...
...
Write
Preview
Markdown
is supported
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