Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
[aci-tester] - Fix issue with aci without bash s/bash/busybox/
Browse files Browse the repository at this point in the history
  • Loading branch information
bob authored and n0rad committed Jun 19, 2017
1 parent c8e43a7 commit 0c8516a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aci-tester/files/dgr/test-builder/stage2/test.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/dgr/bin/busybox sh

/dgr/bin/busybox --install &> /dev/null

Expand Down
4 changes: 2 additions & 2 deletions aci-tester/files/dgr/usr/bin/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/dgr/bin/busybox sh
. /dgr/bin/functions.sh
isLevelEnabled "debug" && set -x

Expand Down Expand Up @@ -29,4 +29,4 @@ execute_tests() {
if [ "$(ls -A /dgr/tests)" ]; then
execute_tests "/dgr/tests"
fi
touch /tests-result/end-of-tests
touch /tests-result/end-of-tests

0 comments on commit 0c8516a

Please sign in to comment.