diff options
author | Andrey Pampukha <[email protected]> | 2010-03-22 16:23:42 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:15 +0200 |
commit | afff4fa809f4e5dbb5a8dca556f30df825d9c781 (patch) | |
tree | e50a3ed11e89b79060a3b12bb5615ba1d5258e17 /lib/common_test/src/ct_testspec.erl | |
parent | 2fa838d02446ad54588c2fe6995e3c065e99ec9c (diff) | |
download | otp-afff4fa809f4e5dbb5a8dca556f30df825d9c781.tar.gz otp-afff4fa809f4e5dbb5a8dca556f30df825d9c781.tar.bz2 otp-afff4fa809f4e5dbb5a8dca556f30df825d9c781.zip |
Bug fix: ["config.txt"] /= "config.txt"
Diffstat (limited to 'lib/common_test/src/ct_testspec.erl')
-rw-r--r-- | lib/common_test/src/ct_testspec.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/common_test/src/ct_testspec.erl b/lib/common_test/src/ct_testspec.erl index c07de370b0..028c614991 100644 --- a/lib/common_test/src/ct_testspec.erl +++ b/lib/common_test/src/ct_testspec.erl @@ -306,8 +306,6 @@ get_global([{node,Ref,Node}|Ts],Spec=#testspec{nodes=Refs}) -> get_global([_|Ts],Spec) -> get_global(Ts,Spec); get_global([],Spec) -> Spec. -% TODO probably we can terminate here, if any problem with the filename -% anyway, later ct_run will do it for us :-) get_absfile(Callback, FullName,#testspec{spec_dir=SpecDir}) -> % we need to temporary switch to new cwd here, because % otherwise config files cannot be found |