aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-native-trial.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix manual trial/test scripts using capsh: Use `USER` env-varSven Gothel2022-10-171-1/+1
|
* scripts/run-native-trial.sh: Return proper exit code for ↵Sven Gothel2022-09-171-2/+7
| | | | | | | | | run-native-trial-until.sh (error), long term testing of one trial, triage Passed 20 rounds of debug code w/ valgrind using test_client_server10_NoEnc, after applying jaulib v0.16.2 - fix of jau::service_runner::start(). No leaks and no deadlocks or endless loops occured.
* Update scripts, analog to jaulib v0.14.0-37-g8e76c99Sven Gothel2022-07-261-13/+14
| | | | | | - example symlinks: remove prefix 'run-' - can invoke from project root dir like in jaulib and cipherlib - using {build|dist}-OS_NAME-ARCHABI for multi OS support
* Enhance run-*-trial.sh scriptsSven Gothel2022-06-171-2/+13
|
* C++/JNI Lifecycle Fix: BTManager must be passed as shared_ptr<> and hold as ↵Sven Gothel2022-05-141-3/+3
| | | | | | | | such in BTAdapter, ... (API CHANGE) BTAdapter removes itself from BTManager, hence needs to ensure BTManager is not yet destructed. This goes well along with our new JNI mapping, holding the shared_ptr reference in nativeInstance.
* Add scripts/run-native-trial*.sh, split valgrind-jvm.supp from valgrind.suppSven Gothel2022-05-131-0/+67