diff options
author | Dan Gudmundsson <[email protected]> | 2018-08-13 15:04:09 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-08-13 15:04:09 +0200 |
commit | 8442906fca8f52757e473e82c72c9b04d98ad996 (patch) | |
tree | c4755ac85ee27937816bb6b2f9fa96993ffdefcc /lib/wx/test | |
parent | 0a9239a447e8ba1298104eeca6004f903fe1e82b (diff) | |
parent | eca0be547954e92489a0b67f27f2ecf3a5eec158 (diff) | |
download | otp-8442906fca8f52757e473e82c72c9b04d98ad996.tar.gz otp-8442906fca8f52757e473e82c72c9b04d98ad996.tar.bz2 otp-8442906fca8f52757e473e82c72c9b04d98ad996.zip |
Merge remote-tracking branch 'upstream/pr/1860' into maint
* upstream/pr/1860:
Replace for loop with strchr
Fix typos
Clean unused wxe_driver callbacks
Remove wx c_src compilation warning on Darwin
OTP-15230
Diffstat (limited to 'lib/wx/test')
-rwxr-xr-x | lib/wx/test/wxt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/test/wxt b/lib/wx/test/wxt index e720ed94f4..1343542366 100755 --- a/lib/wx/test/wxt +++ b/lib/wx/test/wxt @@ -18,7 +18,7 @@ # # %CopyrightEnd% # -# Usage: mt <args to erlang startup script> +# Usage: wxt <args to erlang startup script> log=test_log_$$ latest=test_log_latest @@ -27,7 +27,7 @@ erlcmd="erl -sname test_server -smp -pa ../ebin $p $args -wx_test_verbose true - echo "Give the following command in order to see the outcome:" echo "" -echo " less test_log$$" +echo " less $log" rm "$latest" 2>/dev/null ln -s "$log" "$latest" |