We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4f1b6 commit 90497f1Copy full SHA for 90497f1
jenkins/clean_valgrind.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-SAVE_LOGS=5
+SAVE_LOGS=4
6
N_LOGS=$(ls -l *.simc-cli|wc -l)
7
8
if [ ${N_LOGS} -gt ${SAVE_LOGS} ]; then
0 commit comments