-
- Downloads
torture: Provide TMPDIR environment variable to specify tmpdir
Both rcutorture and locktorture currently place temporary files in /tmp,
in keeping with decades-long tradition. However, sometimes it is useful
to specify an alternative temporary directory, for example, for space
or performance reasons. This commit therefore causes the torture-test
scripting to use the path specified in the TMPDIR environment variable,
or to fall back to traditional /tmp if this variable is not set.
Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Showing
- tools/testing/selftests/rcutorture/bin/config_override.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/config_override.sh
- tools/testing/selftests/rcutorture/bin/configcheck.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/configcheck.sh
- tools/testing/selftests/rcutorture/bin/configinit.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/configinit.sh
- tools/testing/selftests/rcutorture/bin/kvm-build.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/kvm-build.sh
- tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
- tools/testing/selftests/rcutorture/bin/kvm.sh 2 additions, 2 deletionstools/testing/selftests/rcutorture/bin/kvm.sh
- tools/testing/selftests/rcutorture/bin/parse-build.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/parse-build.sh
- tools/testing/selftests/rcutorture/bin/parse-torture.sh 1 addition, 1 deletiontools/testing/selftests/rcutorture/bin/parse-torture.sh
Loading
Please register or sign in to comment