aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-06-03 08:25:33 +0200
committerSven Gothel <[email protected]>2022-06-03 08:25:33 +0200
commit36497683bfecbc209ecf48be942239d3c7983397 (patch)
tree8759f2a24a124c177f2593c8da34b9830c3fb322 /scripts
parent277bde76c0dc1e233ea14643b25dbcc85bbb76cb (diff)
scripts/run-*.sh: Remove sudo requirement, use core_pattern as-is
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-java-test.sh2
-rwxr-xr-xscripts/run-native-test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-java-test.sh b/scripts/run-java-test.sh
index 9ed218a..75b416c 100755
--- a/scripts/run-java-test.sh
+++ b/scripts/run-java-test.sh
@@ -56,7 +56,7 @@ rm -f $valgrindlogfile
callgrindoutfile=$logbasename-callgrind.out
rm -f $callgrindoutfile
-echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern
+#echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern
ulimit -c unlimited
# run as root 'dpkg-reconfigure locales' enable 'en_US.UTF-8'
diff --git a/scripts/run-native-test.sh b/scripts/run-native-test.sh
index 8da280c..7958646 100755
--- a/scripts/run-native-test.sh
+++ b/scripts/run-native-test.sh
@@ -38,7 +38,7 @@ rm -f $valgrindlogfile
callgrindoutfile=$logbasename-callgrind.out
rm -f $callgrindoutfile
-echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern
+#echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern
ulimit -c unlimited
# run as root 'dpkg-reconfigure locales' enable 'en_US.UTF-8'