Skip to content
Snippets Groups Projects
Commit d7e036e6 authored by Kenneth R Hancock's avatar Kenneth R Hancock
Browse files

Combine test and evaluate

parent 3ed4ca0e
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ test_kernel() { ...@@ -65,7 +65,7 @@ test_kernel() {
echo "[CS350] Tests $1" echo "[CS350] Tests $1"
echo "=============" echo "============="
# Run public tests - step 4 # Run public tests - step 4
for f in /assignments/$1/public* for f in /assignments/$1/public
do do
LOG=$LOGS/test_`basename $f`.log LOG=$LOGS/test_`basename $f`.log
TOTAL=$(wc -l < $f) TOTAL=$(wc -l < $f)
...@@ -80,7 +80,8 @@ test_kernel() { ...@@ -80,7 +80,8 @@ test_kernel() {
echo "[CS350] Running Tests [$DONE/$TOTAL]" echo "[CS350] Running Tests [$DONE/$TOTAL]"
done done
done done
cd - cd - > /dev/null
/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