Skip to content

Commit

Permalink
Fix test commands to get proper date and time at start and end of tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 18, 2023
1 parent 37e1697 commit df56255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cups/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ libs: $(LIBTARGETS)
#

test: unittests
echo "Tests started at $(date)..." >test.log
echo "Tests started at $$(date)..." >test.log
echo Running array API tests...
./testarray >>test.log
echo Running file API tests...
Expand Down Expand Up @@ -278,7 +278,7 @@ test: unittests
./testtestpage >>test.log
# echo Fuzzing IPP API...
# ./fuzzipp >>test.log
echo "Tests finished at $(date)..." >>test.log
echo "Tests finished at $$(date)..." >>test.log


#
Expand Down

0 comments on commit df56255

Please sign in to comment.