Home
last modified time | relevance | path

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

12

/third_party/e2fsprogs/tests/
DMakefile.in14 all:: @DO_TEST_SUITE@ test_one test_script
29 test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
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
66 check:: test_pre test_post test_script
102 $(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.
/third_party/flutter/flutter/
D.cirrus.yml45 test_script:
60 test_script:
71 test_script:
85 test_script:
96 test_script:
108 test_script:
119 test_script:
131 test_script:
142 test_script:
152 test_script:
[all …]
/third_party/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"))
/third_party/protobuf/kokoro/linux/
Dpull_request_in_docker.sh8 TEST_SCRIPT=./tests.sh
25 $TEST_SCRIPT $TEST_SET
/third_party/node/deps/node-inspect/
Dappveyor.yml8 test_script:
/third_party/node/deps/npm/node_modules/dotenv/
Dappveyor.yml12 test_script:
/third_party/node/deps/npm/node_modules/libnpmpublish/
Dappveyor.yml16 test_script:
/third_party/node/deps/npm/node_modules/libnpmorg/
Dappveyor.yml16 test_script:
/third_party/node/deps/npm/node_modules/libnpmteam/
Dappveyor.yml16 test_script:
/third_party/node/deps/npm/node_modules/libnpmaccess/
Dappveyor.yml16 test_script:
/third_party/node/deps/npm/node_modules/libnpmsearch/
Dappveyor.yml16 test_script:
/third_party/flutter/skia/third_party/externals/spirv-tools/
D.appveyor.yml41 test_script:
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/
Dappveyor.yml42 test_script:
/third_party/json/benchmarks/thirdparty/benchmark/
Dappveyor.yml49 test_script:
/third_party/curl/
D.cirrus.yml62 test_script:
128 test_script: |
/third_party/openssl/
Dappveyor.yml63 test_script:
/third_party/icu/
D.appveyor.yml79 # test_script:
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.1.txt72 The tests/test_script program now accepts the --failed option, which
Dv1.19.txt164 Fix test_script so that it works correctly when compiling in the
/third_party/googletest/
Dappveyor.yml86 test_script:
/third_party/json/
Dappveyor.yml120 test_script:
/third_party/python/Lib/test/
Dtest_venv.py353 test_script = os.path.join(self.env_dir, "test_strict.sh")
354 with open(test_script, "w") as f:
358 out, err = check_output([bash, test_script])
/third_party/e2fsprogs/
D.gitignore214 tests/test_script
/third_party/lz4/
Dappveyor.yml101 test_script:

12