Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
1c5891e2
Commit
1c5891e2
authored
Dec 31, 2013
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder options in cdthulHu order.
parent
38337a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
test/run-tests.sh
test/run-tests.sh
+17
-15
No files found.
test/run-tests.sh
View file @
1c5891e2
...
...
@@ -23,16 +23,18 @@ usage () {
echo
" ALLEGRO64DIR, ALLEGRO64SDIR (64-bit Allegro and SMP Allegro, respectively), ALLEGRODIR, and"
echo
" ALLEGROSDIR."
echo
"OPTIONS:"
echo
" -d -- debug mode"
echo
" -c -- clean load test."
echo
" -d -- debug mode."
echo
" -t -- test interactively."
echo
" -h -- show this message."
echo
" -u -- upgrade tests."
echo
" -c -- clean load test"
echo
" -l -- load systems tests"
echo
" -t -- test interactively"
echo
" -H -- extract all asdf versions to upgrade from"
echo
" -l -- load systems tests."
echo
" -H -- extract all asdf versions to upgrade from."
echo
" -u -- upgrade tests, we already told you."
}
unset
DEBUG_ASDF_TEST upgrade clean_load load_systems test_interactively extract_all
SHELL
=
/bin/sh
export
SHELL DEBUG_ASDF_TEST GCL_ANSI ASDF_OUTPUT_TRANSLATIONS
...
...
@@ -65,28 +67,28 @@ fi
while
getopts
"cdtHulhu"
OPTION
do
case
$OPTION
in
c
)
clean_load
=
t
;;
d
)
DEBUG_ASDF_TEST
=
t
;;
t
)
test_interactively
=
t
;;
h
)
usage
exit
1
;;
u
)
upgrade
=
t
;;
c
)
clean_load
=
t
;;
l
)
load_systems
=
t
;;
t
)
test_interactively
=
t
;;
H
)
extract_all
=
t
;;
h
)
usage
exit
1
;;
esac
done
shift
$((
$OPTIND
-
1
))
...
...
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