Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Apr 17, 2023
1 parent 576d9ab commit 415209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtimes/testdata/cache-sync.bass
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(defn counter [tag]
(subpath
(from alpine
(-> ($ sh -c "echo BEFORE; cat /var/cache/file; echo $0 >> /var/cache/file; echo AFTER; cat /var/cache/file; cat /var/cache/file | wc -l > count"
(-> ($ sh -xc "echo BEFORE; cat /var/cache/file; echo $0 >> /var/cache/file; echo AFTER; cat /var/cache/file; wc -l /var/cache/file; cat /var/cache/file | wc -l > count"
$tag)
(with-mount test-cache-path /var/cache/)))
./count))
Expand Down

0 comments on commit 415209f

Please sign in to comment.