Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs350-container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kenneth Ryan Hancock
cs350-container
Commits
1b549d4e
Unverified
Commit
1b549d4e
authored
3 years ago
by
Ryan Hancock
Browse files
Options
Downloads
Patches
Plain Diff
LOGS not LOG
parent
0d3808b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
os161-container/helpers.sh
+5
-3
5 additions, 3 deletions
os161-container/helpers.sh
with
5 additions
and
3 deletions
os161-container/helpers.sh
+
5
−
3
View file @
1b549d4e
...
@@ -36,12 +36,12 @@ build_k_helper() {
...
@@ -36,12 +36,12 @@ build_k_helper() {
cd
../compile/
$1
cd
../compile/
$1
echo
"[CS350]
$1
Making Kernel..."
echo
"[CS350]
$1
Making Kernel..."
touch
$LOGS
/depend.log
touch
$LOGS
/depend.log
bmake depend
>>
$LOGS
/depend.log 2>>
$LOG
/depend.log
bmake depend
>>
$LOGS
/depend.log 2>>
$LOG
S
/depend.log
# Make and install - step 3
# Make and install - step 3
touch
$LOGS
/make.log
touch
$LOGS
/make.log
bmake
WERROR
=
>>
$LOGS
/make.log 2>>
$LOG
/make.log
bmake
WERROR
=
>>
$LOGS
/make.log 2>>
$LOG
S
/make.log
bmake
install
>>
$LOGS
/make.log 2>>
$LOG
/make.log
bmake
install
>>
$LOGS
/make.log 2>>
$LOG
S
/make.log
cd
/os-compile/
cd
/os-compile/
cp
/sys161.conf
.
cp
/sys161.conf
.
...
@@ -60,6 +60,7 @@ test_kernel() {
...
@@ -60,6 +60,7 @@ test_kernel() {
if
[
"$#"
-ne
1
]
;
then
if
[
"$#"
-ne
1
]
;
then
echo
"Usage: test_kernel <ASST0, ASST1 ...>"
echo
"Usage: test_kernel <ASST0, ASST1 ...>"
fi
fi
echo
$LOGS
cd
/os-compile
cd
/os-compile
echo
"[CS350] Tests
$1
"
echo
"[CS350] Tests
$1
"
...
@@ -81,6 +82,7 @@ test_kernel() {
...
@@ -81,6 +82,7 @@ test_kernel() {
done
done
done
done
cd
-
>
/dev/null
cd
-
>
/dev/null
echo
$LOGS
/evalaute
$LOGS
/test_public.log /assignments/
$1
/evalaute
$LOGS
/test_public.log /assignments/
$1
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment