diff options
author | Dan Gudmundsson <[email protected]> | 2018-08-13 16:28:44 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-08-13 16:28:44 +0200 |
commit | b0a453f9f950df868ea8913e9c81a1faca6a020f (patch) | |
tree | 0fd09b5ec216f2260ff78188b8868b8e65ee8ba8 /lib/wx/test | |
parent | 481c68c498bf28653ce35dd9289e8a4181aa9002 (diff) | |
parent | 4fc61aa178faa80290356a63d8e38d93697b9669 (diff) | |
download | otp-b0a453f9f950df868ea8913e9c81a1faca6a020f.tar.gz otp-b0a453f9f950df868ea8913e9c81a1faca6a020f.tar.bz2 otp-b0a453f9f950df868ea8913e9c81a1faca6a020f.zip |
Merge branch 'maint'
* maint:
Fix delete_object and write convergence in transaction.
Replace for loop with strchr
Fix typos
Clean unused wxe_driver callbacks
Remove wx c_src compilation warning on Darwin
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" |