testing1/mark2
author Christian Urban <urbanc@in.tum.de>
Fri, 16 Aug 2019 08:45:21 +0100
changeset 277 48dac4856e95
parent 248 e8d966b1826d
permissions -rwxr-xr-x
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
248
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
#!/bin/bash
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
###set -e
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
trap "exit" INT
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     8
cp $DIR/* .
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     9
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
./drumb_test2.sh output1
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    11
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    12
echo -e "Here is an automated test report for your work so far on assignment 6, Part 3.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Passing these tests does not guarantee your code is free from bugs: after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    13
e8d966b1826d updared
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    14
cat output1 >> $1