mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
parent
1e2b26734b
commit
2e12b58126
20 changed files with 106 additions and 71 deletions
|
@ -1,2 +1,7 @@
|
|||
outPath=$(readlink -f $TEST_ROOT/result)
|
||||
grep 'FOO BAR BAZ' ${remoteDir}/${outPath}
|
||||
# shellcheck shell=bash
|
||||
|
||||
# Variables must be defined by caller, so
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
outPath=$(readlink -f "$TEST_ROOT/result")
|
||||
grep 'FOO BAR BAZ' "${remoteDir}/${outPath}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue