Home
last modified time | relevance | path

Searched full:test_script (Results 1 – 25 of 60) sorted by relevance

123

/external/e2fsprogs/tests/
DMakefile.in14 all:: @DO_TEST_SUITE@ test_one test_script
29 test_script: test_one test_script.in Makefile mke2fs.conf
30 @echo "Creating test_script..."
31 @[ -f test_script ] && chmod u+w test_script || true
32 @echo "#!/bin/sh" > test_script
33 @echo "SRCDIR=@srcdir@" >> test_script
34 @cat $(srcdir)/test_script.in >> test_script
35 @chmod +x-w test_script
63 check:: test_pre test_post test_script
99 $(RM) -f test_one test_script mke2fs.conf test_data.tmp
DREADME4 The test_script program will automatically run e2fsck against the
29 errors. So if you modify the test_script to try running these
31 test_script.log file manually.
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py75 test_script='./is_good.py',
146 test_script='./is_good.py',
156 '--test_script', './is_good.py', '--prune', '--file_args'
169 test_script='./is_good.py',
177 test_script='./is_good.py',
190 test_script='./is_good.py',
272 test_script='./is_good.py',
284 test_script='./is_good.py',
296 test_script='./is_good.py',
313 test_script='./is_good.py',
[all …]
/external/toolchain-utils/binary_search_tool/
DREADME.bisect44 --test_script='cros_pkg/interactive_test.sh'
101 --test_script='sysroot_wrapper/interactive_test.sh'
118 --test_script=sysroot_wrapper/boot_test.sh
172 --test_script='android/interactive_test.sh'
189 --test_script=sysroot_wrapper/boot_test.sh
206 ./bisect.py package daisy 172.17.211.182 --test_script=cros_pkg/boot_test.sh
212 --test_script=common/hash_test.sh --test_setup_script=""
Dbinary_search_state.py72 test_setup_script, test_script, incremental, prune, pass_bisect, argument
79 self.test_script = test_script
181 command = self.test_script
698 'test_script': None,
729 test_script, argument
750 test_script: Script that will determine if the current combination of good
753 etc.) for test_script.
791 test_script):
805 test_script = _CanonicalizeScript(test_script)
812 test_setup_script, test_script, incremental, prune,
Dbisect.py58 * test_script : cros_pkg/my_test.sh
140 'test_script': 'cros_pkg/interactive_test.sh',
187 'test_script': 'sysroot_wrapper/interactive_test.sh',
242 'test_script': 'android/interactive_test.sh',
Drun_bisect_test.py75 test_script = os.path.join(top_dir, TEST_DIR, 'main-bisect-test.sh')
76 status = ce.RunCommand(test_script)
Dcommon.py174 '--test_script',
175 dest='test_script',
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
DREADME4 test_script.sh (The ones in this directory are here only as an example).
16 …sh --switch_to_bad=./sysroot_wrapper/switch_to_bad.sh --test_script=./sysroot_wrapper/test_script.…
/external/toolchain-utils/binary_search_tool/android/
DREADME.android37 TEST_SCRIPT=android/boot_test.sh
40 TEST_SCRIPT=android/interactive_test.sh
49 --test_script=$TEST_SCRIPT \
180 --test_script=android/boot_test.sh \ # could use interactive_test.sh instead
/external/ltp/testcases/open_posix_testsuite/bin/
Drun-posix-option-group-test.sh25 for test_script in $(find $1 -name run.sh | sort); do
26 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
DMakefile.inc22 $(TEST_SCRIPT) $(PUSHBUTTON_MICRO_SPEECH_TEST_BINARY) '~~~ALL TESTS PASSED~~~'
46 $(TEST_SCRIPT) $(PUSHBUTTON_CMSIS_SPEECH_TEST_BINARY) '~~~ALL TESTS PASSED~~~'
69 $(TEST_SCRIPT) $(PREPROCESSOR_1K_MICRO_TEST_BINARY) '~~~ALL TESTS PASSED~~~'
92 $(TEST_SCRIPT) $(PREPROCESSOR_1K_CMSIS_TEST_BINARY) '~~~ALL TESTS PASSED~~~'
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dbuilds_common.sh82 # Usage: run_in_directory <DEST_DIR> <LOG_FILE> <TEST_SCRIPT>
91 TEST_SCRIPT="$3"
98 cp "${TEST_SCRIPT}" "${DEST_DIR}"/
99 SCRIPT_BASENAME=$(basename "${TEST_SCRIPT}")
102 echo "FAILED to copy script ${TEST_SCRIPT} to temporary directory "\
/external/protobuf/jenkins/
Dpull_request_in_docker.sh8 TEST_SCRIPT=$MY_DIR/../tests.sh
46 $TIME_CMD $TEST_SCRIPT cpp > >(tee $CPP_STDOUT) 2> >(tee $CPP_STDERR >&2)
50 parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT ::: \
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dmain-bisect-test.sh33 --test_script="${DIR}/interactive_test.sh" \
57 --test_script="${DIR}/interactive_test.sh" \
81 --test_script="${DIR}/interactive_test.sh" \
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
DMakefile7 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-pass $$i > $$i.out 2>&1 ; \
11 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-fail $$i > $$i.out 2>&1 ; \
/external/autotest/site_utils/lxc/
Dlxc_functional_test.py49 TEST_SCRIPT = 'test.py' variable
237 host_test_script = os.path.join(RESULT_PATH, TEST_SCRIPT)
246 container_test_script = os.path.join(container_result_path, TEST_SCRIPT)
248 TEST_SCRIPT)
355 # Packages are installed in TEST_SCRIPT, verify the packages are installed.
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py14 TEST_SCRIPT = '/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade
31 cmd = [self.TEST_SCRIPT,
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage39 --test_script=cros_pkg/boot_test.sh \
50 --test_script=cros_pkg/interactive_test.sh \
179 --test_script=cros_pkg/boots_test.sh \ # could use interactive_test.sh instead
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py16 TEST_SCRIPT='/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade
54 if not self._exists_on_client(self.TEST_SCRIPT):
/external/testng/
Dappveyor.yml11 test_script:
/external/ImageMagick/MagickWand/tests/
DMakefile22 test_script: target
/external/Reactive-Extensions/RxCpp/
Dappveyor.yml34 test_script:
/external/python/cpython2/.github/
Dappveyor.yml33 test_script:
/external/turbine/
Dappveyor.yml25 test_script: key

123