diff options
author | Sven Gothel <[email protected]> | 2021-01-25 23:43:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 23:43:29 +0100 |
commit | 64dfdf204e6dd08047aad46b165796cf7ccffd38 (patch) | |
tree | e73467041509fbf23250b266ff438b8ecd46efb8 /scripts | |
parent | a7cf8858e427af51fb40211d063bb9245bad785d (diff) |
cmake: Use: jaulib_test_jar_file
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test_java.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test_java.sh b/scripts/test_java.sh index 4c3baf6..71ba2ad 100644 --- a/scripts/test_java.sh +++ b/scripts/test_java.sh @@ -12,8 +12,6 @@ bname=`basename $0 .sh` dist_dir=$rootdir/dist-$archabi -java -cp /usr/share/java/junit4.jar:test/java/jaulib_test.jar $* - if [ ! -e $dist_dir/lib/java/jaulib_test.jar ] ; then echo "test exe $dist_dir/lib/java/jaulib_test.jar not existing" exit 1 |