The kvm-test-1-run.sh script says 'test -z "last_ts"' which always
evaluates to true (AKA zero) regardless of the value of the last_ts shell
variable. This commit therefore inserts the needed dollar sign ("$").
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
|
||
|---|---|---|
| .. | ||
| config_override.sh | ||
| configcheck.sh | ||
| configinit.sh | ||
| configNR_CPUS.sh | ||
| cpus2use.sh | ||
| functions.sh | ||
| jitter.sh | ||
| kvm-build.sh | ||
| kvm-find-errors.sh | ||
| kvm-recheck-lock.sh | ||
| kvm-recheck-rcu.sh | ||
| kvm-recheck-rcuperf-ftrace.sh | ||
| kvm-recheck-rcuperf.sh | ||
| kvm-recheck.sh | ||
| kvm-test-1-run.sh | ||
| kvm.sh | ||
| mkinitrd.sh | ||
| parse-build.sh | ||
| parse-console.sh | ||