Skip to content
Snippets Groups Projects
Unverified Commit 0d6052a7 authored by Ryan Hancock's avatar Ryan Hancock
Browse files

Allow ./run_assinment to be used with every assignment including kernel

parent 20903f61
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,11 @@ build_k_helper() {
bmake WERROR= >> $LOGS/make.log 2>> $LOGS/make.log
bmake install >> $LOGS/make.log 2>> $LOGS/make.log
cd $OS161_DIR
echo "Building Userspace programs" >> $LOGS/make.log
bmake WERROR= >> $LOGS/make.log 2>> $LOGS/make.log
bmake install >> $LOGS/make.log 2>> $LOGS/make.log
cd /os-compile/
cp /sys161.conf .
}
......@@ -85,7 +90,6 @@ test_kernel() {
done
done
cd - > /dev/null
/evalaute $LOGS/test_public.log /assignments/$1
}
......@@ -9,4 +9,4 @@ source /helpers.sh
/assignments/$1/run.sh $1
/evalaute $LOGS/test_public.log /assignments/$1
PYTHONDONTWRITEBYTECODE=TRUE /evalaute $LOGS/test_public.log /assignments/$1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment