]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Use gawk instead of awk for systime() function
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 6 Oct 2019 21:33:22 +0000 (14:33 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 9 Dec 2019 21:00:26 +0000 (13:00 -0800)
commit5a5d7345c6345868f1ae62766993697ae082715a
tree30477cf25d3d323864734f2fa28ed9a0cc8fecec
parent7855fcc07be326322b44982a21760fd9bd8e2b92
torture: Use gawk instead of awk for systime() function

In many environments, gawk provides systime(), but awk doesn't.
This commit therefore changes awk scripts using systime() to instead be
gawk scripts.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/jitter.sh
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh