[go: up one dir, main page]

File: testaction.sh

package info (click to toggle)
ucto 0.35-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,192 kB
  • sloc: cpp: 5,235; xml: 1,226; sh: 409; python: 151; makefile: 44
file content (8 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

echo "Running testaction script!"
./testall.sh
#./testone.sh testfoliain
TEST_STAT=$?
echo $TEST_STAT > status.tmp
exit 0