File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ function run_test_after_regenerate(){
46
46
47
47
function run_test_instant(){
48
48
if [[ -n " ${_wputools_test__file} " && -f " ${_wputools_test__file} " ]]; then
49
- echo ' # RUNNING TESTS : BEFORE ACTION ' ;
49
+ echo ' # RUNNING TESTS : INSTANT TEST ' ;
50
50
_wputools_test_instant_content=$( wputools_test_check_urls) ;
51
- echo " ${_wputools_test_instant_content} " > diff-instant.txt;
51
+ _current_timestamp=$( date +%Y%m%d-%H%M%S)
52
+ echo " ${_wputools_test_instant_content} " > " diff-instant-${_current_timestamp} .txt" ;
52
53
fi ;
53
54
}
54
55
Original file line number Diff line number Diff line change 2
2
3
3
WPUTools (){
4
4
5
- local _WPUTOOLS_VERSION=' 0.117.1 ' ;
5
+ local _WPUTOOLS_VERSION=' 0.117.2 ' ;
6
6
local _PHP_VERSIONS=(7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5 9.0)
7
7
local _PHP_VERSIONS_OBSOLETES=(7.0 7.1 7.2 7.3 7.4 8.0)
8
8
local _PHP_VERSIONS_ADVANCED=(8.3 8.4 8.5 9.0)
You can’t perform that action at this time.
0 commit comments