removed out files deletion from tasks (who added that thing??)
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
cd "$OUTDIR"
|
||||
|
||||
# deleting all files except excutable
|
||||
echo "$(find . ! -name $EXEC_FILE -type f -delete)"
|
||||
|
||||
# executing file with callgrind
|
||||
myprint "${BLUE}executing $OUTDIR/$EXEC_FILE"
|
||||
valgrind --tool=callgrind --callgrind-out-file=callgrind.out ./$EXEC_FILE > exec.log
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
|
||||
cd "$OUTDIR"
|
||||
|
||||
# deleting all files except excutable
|
||||
echo "$(find . ! -name $EXEC_FILE -type f -delete)"
|
||||
|
||||
# executing file compiled with -pg
|
||||
myprint "${BLUE}executing $OUTDIR/$EXEC_FILE"
|
||||
./$EXEC_FILE > exec.log
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
|
||||
cd "$OUTDIR"
|
||||
|
||||
# deleting all files except excutable
|
||||
echo "$(find . ! -name $EXEC_FILE -type f -delete)"
|
||||
|
||||
# executing file compiled with -fprofile-gen
|
||||
myprint "${BLUE}executing $OUTDIR/$EXEC_FILE"
|
||||
./$EXEC_FILE > exec.log
|
||||
|
||||
Reference in New Issue
Block a user