diff options
author | Sven Gothel <[email protected]> | 2013-02-17 21:24:46 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-17 21:24:46 +0100 |
commit | a40ee817a3bd537b0de7018772b0835f995a1bed (patch) | |
tree | abe72954437bf581c505c967111c7f053efc6ab2 /make/scripts/check-junit.sh | |
parent | fc9539d50c12f9def7a3babde7384e3d38f61721 (diff) |
Unit Tests: Add 'results-java7' to check-junit.sh (Completes commit fc9539d50c12f9def7a3babde7384e3d38f61721)
Diffstat (limited to 'make/scripts/check-junit.sh')
-rwxr-xr-x | make/scripts/check-junit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/check-junit.sh b/make/scripts/check-junit.sh index 474d074a6..232b3c6a2 100755 --- a/make/scripts/check-junit.sh +++ b/make/scripts/check-junit.sh @@ -35,4 +35,5 @@ function checkresult() { } checkresult results +checkresult results-java7 checkresult results-x32 |