Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
cmake-3.22 /
Help /
prop_test /
[ HOME SHELL ]
Name
Size
Permission
Action
ATTACHED_FILES.rst
206
B
-rw-r--r--
ATTACHED_FILES_ON_FAIL.rst
218
B
-rw-r--r--
COST.rst
621
B
-rw-r--r--
DEPENDS.rst
759
B
-rw-r--r--
DISABLED.rst
735
B
-rw-r--r--
ENVIRONMENT.rst
319
B
-rw-r--r--
ENVIRONMENT_MODIFICATION.rst
1.89
KB
-rw-r--r--
FAIL_REGULAR_EXPRESSION.rst
552
B
-rw-r--r--
FIXTURES_CLEANUP.rst
1.86
KB
-rw-r--r--
FIXTURES_REQUIRED.rst
4.82
KB
-rw-r--r--
FIXTURES_SETUP.rst
1.91
KB
-rw-r--r--
LABELS.rst
381
B
-rw-r--r--
MEASUREMENT.rst
286
B
-rw-r--r--
PASS_REGULAR_EXPRESSION.rst
626
B
-rw-r--r--
PROCESSORS.rst
679
B
-rw-r--r--
PROCESSOR_AFFINITY.rst
667
B
-rw-r--r--
REQUIRED_FILES.rst
1.17
KB
-rw-r--r--
RESOURCE_GROUPS.rst
3.48
KB
-rw-r--r--
RESOURCE_LOCK.rst
805
B
-rw-r--r--
RUN_SERIAL.rst
233
B
-rw-r--r--
SKIP_REGULAR_EXPRESSION.rst
601
B
-rw-r--r--
SKIP_RETURN_CODE.rst
442
B
-rw-r--r--
TIMEOUT.rst
318
B
-rw-r--r--
TIMEOUT_AFTER_MATCH.rst
1.41
KB
-rw-r--r--
WILL_FAIL.rst
184
B
-rw-r--r--
WORKING_DIRECTORY.rst
328
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ENVIRONMENT_MODIFICATION.rst
ENVIRONMENT_MODIFICATION ------------------------ .. versionadded:: 3.22 Specify environment variables that should be modified for running a test. Note that the operations performed by this property are performed after the :prop_test:`ENVIRONMENT` property is already applied. If set to a list of environment variables and values of the form ``MYVAR=OP:VALUE``, where ``MYVAR`` is the case-sensitive name of an environment variable to be modified. Entries are considered in the order specified in the property's value. The ``OP`` may be one of: - ``reset``: Reset to the unmodified value, ignoring all modifications to ``MYVAR`` prior to this entry. Note that this will reset the variable to the value set by :prop_test:`ENVIRONMENT`, if it was set, and otherwise to its state from the rest of the CTest execution. - ``set``: Replaces the current value of ``MYVAR`` with ``VALUE``. - ``unset``: Unsets the current value of ``MYVAR``. - ``string_append``: Appends ``VALUE`` to the current value of ``MYVAR``. - ``string_prepend``: Prepends ``VALUE`` to the current value of ``MYVAR``. - ``path_list_append``: Appends ``VALUE`` to the current value of ``MYVAR`` using the host platform's path list separator (``;`` on Windows and ``:`` elsewhere). - ``path_list_prepend``: Prepends ``VALUE`` to the current value of ``MYVAR`` using the host platform's path list separator (``;`` on Windows and ``:`` elsewhere). - ``cmake_list_append``: Appends ``VALUE`` to the current value of ``MYVAR`` using ``;`` as the separator. - ``cmake_list_prepend``: Prepends ``VALUE`` to the current value of ``MYVAR`` using ``;`` as the separator. Unrecognized ``OP`` values will result in the test failing before it is executed. This is so that future operations may be added without changing valid behavior of existing tests. The environment changes from this property do not affect other tests.
Close