diff options
| author | Bill Peck <bpeck@redhat.com> | 2013-05-14 14:46:47 -0400 |
|---|---|---|
| committer | Bill Peck <bpeck@redhat.com> | 2013-05-14 14:46:47 -0400 |
| commit | 63b08713762995b136a38bc9e807ef03aa9f974b (patch) | |
| tree | 8182714b1455b0ee86b14b09f18a01b50bcd5492 /kernel/kernelinstall | |
| parent | b3af8def8f0b226ea8ada0b7e1acbf6955569600 (diff) | |
| download | tests-63b08713762995b136a38bc9e807ef03aa9f974b.tar.gz tests-63b08713762995b136a38bc9e807ef03aa9f974b.tar.xz tests-63b08713762995b136a38bc9e807ef03aa9f974b.zip | |
use hardcoded path
Diffstat (limited to 'kernel/kernelinstall')
| -rwxr-xr-x | kernel/kernelinstall/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kernelinstall/runtest.sh b/kernel/kernelinstall/runtest.sh index 346f3b6..21073ef 100755 --- a/kernel/kernelinstall/runtest.sh +++ b/kernel/kernelinstall/runtest.sh @@ -2,7 +2,7 @@ # Source the common test script helpers . /usr/bin/rhts_environment.sh -. ../../kernel/include/runtest.sh +. /mnt/tests/kernel/include/runtest.sh CUR_TIME=$(date --date="$(date --utc)" +%s) # control where to log debug messages to: |
