diff options
author | Camil Staps | 2015-12-09 23:27:53 +0000 |
---|---|---|
committer | Camil Staps | 2015-12-09 23:27:53 +0000 |
commit | 0d4180ab0a80ea854f28b7debff22548ce5974a5 (patch) | |
tree | 4daff8a177d89f93d4b6377f6e3b047ab0469be8 /Practical2/tester | |
parent | Working solution Practical 2, small fixes (diff) |
Removed Java Practical2; moved C to main directory
Diffstat (limited to 'Practical2/tester')
-rwxr-xr-x | Practical2/tester/test.sh | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Practical2/tester/test.sh b/Practical2/tester/test.sh index 4a982ac..9051e97 100755 --- a/Practical2/tester/test.sh +++ b/Practical2/tester/test.sh @@ -1,14 +1,6 @@ #!/bin/bash -java="/usr/lib/jvm/java-8-openjdk-amd64/bin/java" - -# Java -#dir="$(dirname $0)/../out/production/Practical2" -#samples="../../../tester/samples" -#cmd="$java nl.camilstaps.cs.Main" - -# C -dir="$(dirname $0)/../c" -samples="../tester/samples" +dir="$(dirname $0)/.." +samples="./tester/samples" cmd="./checkout" failed=0 |