We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4578a9d commit 09a0ed2Copy full SHA for 09a0ed2
1 file changed
piston
@@ -61,7 +61,7 @@ case "$SUBCOMMAND" in
61
62
build-dev)
63
echo "Removing the Nix volume if it exists"
64
- docker volume rm -f $DEV_VOLUME_NAME
+ docker volume rm -f $DEV_VOLUME_NAME || exit 1
65
echo "Building the base docker image"
66
build_base dev
67
echo "Installing the required node modules"
@@ -118,7 +118,7 @@ case "$SUBCOMMAND" in
118
-v $DEV_VOLUME_NAME:/nix \
119
--name piston_test_runner \
120
"$IMAGE_NAME_DEV:$IMAGE_TAG" \
121
- piston-test $1
+ /piston/src/api/src/bin/test.js $1
122
;;
123
124
*)
0 commit comments